CopyableBuilder<InternetGateway.Builder,InternetGateway>
, SdkBuilder<InternetGateway.Builder,InternetGateway>
public static interface InternetGateway.Builder extends CopyableBuilder<InternetGateway.Builder,InternetGateway>
Modifier and Type | Method | 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.
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
- 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Any tags assigned to the Internet gateway.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.