public static interface InternetGatewayAttachment.Builder extends SdkPojo, CopyableBuilder<InternetGatewayAttachment.Builder,InternetGatewayAttachment>
Modifier and Type | Method and Description |
---|---|
InternetGatewayAttachment.Builder |
state(AttachmentStatus state)
The current state of the attachment.
|
InternetGatewayAttachment.Builder |
state(String state)
The current state of the attachment.
|
InternetGatewayAttachment.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InternetGatewayAttachment.Builder state(String state)
The current state of the attachment. For an internet gateway, the state is available
when
attached to a VPC; otherwise, this value is not returned.
state
- The current state of the attachment. For an internet gateway, the state is available
when
attached to a VPC; otherwise, this value is not returned.AttachmentStatus
,
AttachmentStatus
InternetGatewayAttachment.Builder state(AttachmentStatus state)
The current state of the attachment. For an internet gateway, the state is available
when
attached to a VPC; otherwise, this value is not returned.
state
- The current state of the attachment. For an internet gateway, the state is available
when
attached to a VPC; otherwise, this value is not returned.AttachmentStatus
,
AttachmentStatus
InternetGatewayAttachment.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.Copyright © 2022. All rights reserved.