public static interface EgressOnlyInternetGateway.Builder extends SdkPojo, 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(Consumer<InternetGatewayAttachment.Builder>... 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.
|
EgressOnlyInternetGateway.Builder |
tags(Collection<Tag> tags)
The tags assigned to the egress-only internet gateway.
|
EgressOnlyInternetGateway.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags assigned to the egress-only internet gateway.
|
EgressOnlyInternetGateway.Builder |
tags(Tag... tags)
The tags assigned to the egress-only internet gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEgressOnlyInternetGateway.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 attachments(Consumer<InternetGatewayAttachment.Builder>... attachments)
Information about the attachment of the egress-only internet gateway.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #attachments(List) .attachments - a consumer that will call methods on List.Builder #attachments(List) EgressOnlyInternetGateway.Builder egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only internet gateway.
egressOnlyInternetGatewayId - The ID of the egress-only internet gateway.EgressOnlyInternetGateway.Builder tags(Collection<Tag> tags)
The tags assigned to the egress-only internet gateway.
tags - The tags assigned to the egress-only internet gateway.EgressOnlyInternetGateway.Builder tags(Tag... tags)
The tags assigned to the egress-only internet gateway.
tags - The tags assigned to the egress-only internet gateway.EgressOnlyInternetGateway.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the egress-only internet gateway.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2020. All rights reserved.