Interface RoutingPolicyAssociationDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoutingPolicyAssociationDetail.Builder,,RoutingPolicyAssociationDetail> SdkBuilder<RoutingPolicyAssociationDetail.Builder,,RoutingPolicyAssociationDetail> SdkPojo
- Enclosing class:
RoutingPolicyAssociationDetail
@Mutable
@NotThreadSafe
public static interface RoutingPolicyAssociationDetail.Builder
extends SdkPojo, CopyableBuilder<RoutingPolicyAssociationDetail.Builder,RoutingPolicyAssociationDetail>
-
Method Summary
Modifier and TypeMethodDescriptionroutingPolicyNames(String... routingPolicyNames) The names of the routing policies in the association.routingPolicyNames(Collection<String> routingPolicyNames) The names of the routing policies in the association.sharedSegments(String... sharedSegments) The names of the segments that are shared with each other in the association.sharedSegments(Collection<String> sharedSegments) The names of the segments that are shared with each other in the association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
routingPolicyNames
The names of the routing policies in the association.
- Parameters:
routingPolicyNames- The names of the routing policies in the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingPolicyNames
The names of the routing policies in the association.
- Parameters:
routingPolicyNames- The names of the routing policies in the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-