public static interface InternetGateway.Builder extends 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(InternetGatewayAttachment... attachments)
Any VPCs attached to the Internet gateway.
|
InternetGateway.Builder |
internetGatewayId(String internetGatewayId)
The ID of the Internet gateway.
|
InternetGateway.Builder |
tags(Collection<Tag> tags)
Any tags assigned to the Internet gateway.
|
InternetGateway.Builder |
tags(Tag... tags)
Any tags assigned to the Internet gateway.
|
copy
apply, build
InternetGateway.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 internetGatewayId(String internetGatewayId)
The ID of the Internet gateway.
internetGatewayId
- The ID of 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.