public static interface InternetGateway.Builder extends SdkPojo, CopyableBuilder<InternetGateway.Builder,InternetGateway>
| Modifier and Type | Method and Description |
|---|---|
InternetGateway.Builder |
attachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the internet gateway.
|
InternetGateway.Builder |
attachments(Consumer<InternetGatewayAttachment.Builder>... attachments)
Any VPCs attached to the internet gateway.
|
InternetGateway.Builder |
attachments(InternetGatewayAttachment... attachments)
Any VPCs attached to the internet gateway.
|
InternetGateway.Builder |
internetGatewayId(String internetGatewayId)
The ID of the internet gateway.
|
InternetGateway.Builder |
ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the internet gateway.
|
InternetGateway.Builder |
tags(Collection<Tag> tags)
Any tags assigned to the internet gateway.
|
InternetGateway.Builder |
tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the internet gateway.
|
InternetGateway.Builder |
tags(Tag... tags)
Any tags assigned to the internet gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInternetGateway.Builder attachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the internet gateway.
attachments - Any VPCs attached to the internet gateway.InternetGateway.Builder attachments(InternetGatewayAttachment... attachments)
Any VPCs attached to the internet gateway.
attachments - Any VPCs attached to the internet gateway.InternetGateway.Builder attachments(Consumer<InternetGatewayAttachment.Builder>... attachments)
Any VPCs attached to the 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) InternetGateway.Builder internetGatewayId(String internetGatewayId)
The ID of the internet gateway.
internetGatewayId - The ID of the internet gateway.InternetGateway.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the internet gateway.
ownerId - The ID of the Amazon Web Services account that owns the internet gateway.InternetGateway.Builder tags(Collection<Tag> tags)
Any tags assigned to the internet gateway.
tags - Any tags assigned to the internet gateway.InternetGateway.Builder tags(Tag... tags)
Any tags assigned to the internet gateway.
tags - Any tags assigned to the internet gateway.InternetGateway.Builder tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the 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 © 2022. All rights reserved.