CopyableBuilder<EgressOnlyInternetGateway.Builder,EgressOnlyInternetGateway>
, SdkBuilder<EgressOnlyInternetGateway.Builder,EgressOnlyInternetGateway>
public static interface EgressOnlyInternetGateway.Builder extends CopyableBuilder<EgressOnlyInternetGateway.Builder,EgressOnlyInternetGateway>
Modifier and Type | Method | 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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttachments(java.util.Collection)
or #withAttachments(java.util.Collection)
if you want
to override the existing values.
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.