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 method that creates an instance of theInternetGatewayAttachment.Builder avoiding the need to
create one manually via InternetGatewayAttachment.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #attachments(List.
attachments - a consumer that will call methods on
InternetGatewayAttachment.Builder#attachments(java.util.Collection) 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 method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.