public static interface EgressOnlyInternetGateway.Builder extends CopyableBuilder<EgressOnlyInternetGateway.Builder,EgressOnlyInternetGateway>
Modifier and Type | Method and Description |
---|---|
EgressOnlyInternetGateway.Builder |
attachments(Collection<InternetGatewayAttachment> attachments)
Information about the attachment of the egress-only Internet gateway.
|
EgressOnlyInternetGateway.Builder |
attachments(InternetGatewayAttachment... attachments)
Information about the attachment of the egress-only Internet gateway.
|
EgressOnlyInternetGateway.Builder |
egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only Internet gateway.
|
copy
apply, build
EgressOnlyInternetGateway.Builder attachments(Collection<InternetGatewayAttachment> attachments)
Information about the attachment of the egress-only Internet gateway.
attachments
- Information about the attachment of the egress-only Internet gateway.EgressOnlyInternetGateway.Builder attachments(InternetGatewayAttachment... attachments)
Information about the attachment of the egress-only Internet gateway.
attachments
- Information about the attachment of the egress-only Internet gateway.EgressOnlyInternetGateway.Builder egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only Internet gateway.
egressOnlyInternetGatewayId
- The ID of the egress-only Internet gateway.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.