Interface InternetGatewayAttachment.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InternetGatewayAttachment.Builder,,InternetGatewayAttachment> SdkBuilder<InternetGatewayAttachment.Builder,,InternetGatewayAttachment> SdkPojo
- Enclosing class:
 InternetGatewayAttachment
public static interface InternetGatewayAttachment.Builder
extends SdkPojo, CopyableBuilder<InternetGatewayAttachment.Builder,InternetGatewayAttachment> 
- 
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
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
- 
state
The current state of the attachment. For an internet gateway, the state is
availablewhen attached to a VPC; otherwise, this value is not returned.- Parameters:
 state- The current state of the attachment. For an internet gateway, the state isavailablewhen attached to a VPC; otherwise, this value is not returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
state
The current state of the attachment. For an internet gateway, the state is
availablewhen attached to a VPC; otherwise, this value is not returned.- Parameters:
 state- The current state of the attachment. For an internet gateway, the state isavailablewhen attached to a VPC; otherwise, this value is not returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
 
 
 -