Modifier and Type | Class and Description |
---|---|
static class |
InternetGateway.Builder |
Modifier and Type | Method and Description |
---|---|
abstract List<InternetGatewayAttachment> |
attachmentSet() |
static InternetGateway.Builder |
builder() |
static InternetGateway |
create(String id,
List<InternetGatewayAttachment> attachmentSet,
Map<String,String> tags) |
abstract String |
id() |
abstract Map<String,String> |
tags() |
@Nullable public abstract List<InternetGatewayAttachment> attachmentSet()
public static InternetGateway create(String id, List<InternetGatewayAttachment> attachmentSet, Map<String,String> tags)
public static InternetGateway.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.