Interface UpdateLinkRoutingRuleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateLinkRoutingRuleResponse.Builder,,UpdateLinkRoutingRuleResponse> RtbFabricResponse.Builder,SdkBuilder<UpdateLinkRoutingRuleResponse.Builder,,UpdateLinkRoutingRuleResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateLinkRoutingRuleResponse
@Mutable
@NotThreadSafe
public static interface UpdateLinkRoutingRuleResponse.Builder
extends RtbFabricResponse.Builder, SdkPojo, CopyableBuilder<UpdateLinkRoutingRuleResponse.Builder,UpdateLinkRoutingRuleResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the routing rule.The status of the routing rule.status(RuleStatus status) The status of the routing rule.The timestamp of when the routing rule was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ruleId
The unique identifier of the routing rule.
- Parameters:
ruleId- The unique identifier of the routing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the routing rule.
- Parameters:
status- The status of the routing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the routing rule.
- Parameters:
status- The status of the routing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp of when the routing rule was last updated.
- Parameters:
updatedAt- The timestamp of when the routing rule was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-