Interface AttachmentRoutingPolicyAssociationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AttachmentRoutingPolicyAssociationSummary.Builder,,AttachmentRoutingPolicyAssociationSummary> SdkBuilder<AttachmentRoutingPolicyAssociationSummary.Builder,,AttachmentRoutingPolicyAssociationSummary> SdkPojo
- Enclosing class:
AttachmentRoutingPolicyAssociationSummary
@Mutable
@NotThreadSafe
public static interface AttachmentRoutingPolicyAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<AttachmentRoutingPolicyAssociationSummary.Builder,AttachmentRoutingPolicyAssociationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedRoutingPolicies(String... associatedRoutingPolicies) The list of routing policies currently associated with the attachment.associatedRoutingPolicies(Collection<String> associatedRoutingPolicies) The list of routing policies currently associated with the attachment.attachmentId(String attachmentId) The ID of the attachment associated with the routing policy.pendingRoutingPolicies(String... pendingRoutingPolicies) The list of routing policies that are pending association with the attachment.pendingRoutingPolicies(Collection<String> pendingRoutingPolicies) The list of routing policies that are pending association with the attachment.routingPolicyLabel(String routingPolicyLabel) The routing policy label associated with the attachment.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
-
attachmentId
The ID of the attachment associated with the routing policy.
- Parameters:
attachmentId- The ID of the attachment associated with the routing policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingRoutingPolicies
AttachmentRoutingPolicyAssociationSummary.Builder pendingRoutingPolicies(Collection<String> pendingRoutingPolicies) The list of routing policies that are pending association with the attachment.
- Parameters:
pendingRoutingPolicies- The list of routing policies that are pending association with the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingRoutingPolicies
AttachmentRoutingPolicyAssociationSummary.Builder pendingRoutingPolicies(String... pendingRoutingPolicies) The list of routing policies that are pending association with the attachment.
- Parameters:
pendingRoutingPolicies- The list of routing policies that are pending association with the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedRoutingPolicies
AttachmentRoutingPolicyAssociationSummary.Builder associatedRoutingPolicies(Collection<String> associatedRoutingPolicies) The list of routing policies currently associated with the attachment.
- Parameters:
associatedRoutingPolicies- The list of routing policies currently associated with the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedRoutingPolicies
AttachmentRoutingPolicyAssociationSummary.Builder associatedRoutingPolicies(String... associatedRoutingPolicies) The list of routing policies currently associated with the attachment.
- Parameters:
associatedRoutingPolicies- The list of routing policies currently associated with the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingPolicyLabel
The routing policy label associated with the attachment.
- Parameters:
routingPolicyLabel- The routing policy label associated with the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-