Interface VpcAttachment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcAttachment.Builder,
,VpcAttachment> SdkBuilder<VpcAttachment.Builder,
,VpcAttachment> SdkPojo
- Enclosing class:
VpcAttachment
public static interface VpcAttachment.Builder
extends SdkPojo, CopyableBuilder<VpcAttachment.Builder,VpcAttachment>
-
Method Summary
Modifier and TypeMethodDescriptionThe current state of the attachment.state
(AttachmentStatus state) The current state of the attachment.The ID of the VPC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
vpcId
The ID of the VPC.
- Parameters:
vpcId
- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of the attachment.
- Parameters:
state
- The current state of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the attachment.
- Parameters:
state
- The current state of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-