Modifier and Type | Class and Description |
---|---|
static class |
VPC.Builder |
static class |
VPC.InstanceTenancy |
static class |
VPC.State |
Modifier and Type | Method and Description |
---|---|
static VPC.Builder |
builder() |
abstract String |
cidrBlock() |
static VPC |
create(String id,
VPC.State state,
String cidrBlock,
String dhcpOptionsId,
VPC.InstanceTenancy instanceTenancy,
Boolean isDefault,
Map<String,String> tags) |
abstract String |
dhcpOptionsId() |
abstract String |
id() |
abstract VPC.InstanceTenancy |
instanceTenancy() |
abstract Boolean |
isDefault() |
abstract VPC.State |
state() |
abstract Map<String,String> |
tags() |
@Nullable public abstract VPC.InstanceTenancy instanceTenancy()
public static VPC create(String id, VPC.State state, String cidrBlock, String dhcpOptionsId, VPC.InstanceTenancy instanceTenancy, Boolean isDefault, Map<String,String> tags)
public static VPC.Builder builder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.