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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcAttachment.Builderstate(String state)The current state of the attachment.VpcAttachment.Builderstate(AttachmentStatus state)The current state of the attachment.VpcAttachment.BuildervpcId(String vpcId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
vpcId
VpcAttachment.Builder vpcId(String 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
VpcAttachment.Builder state(String 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:
AttachmentStatus,AttachmentStatus
-
state
VpcAttachment.Builder state(AttachmentStatus 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:
AttachmentStatus,AttachmentStatus
-
-