StructuredPojo
, ToCopyableBuilder<DirectoryVpcSettings.Builder,DirectoryVpcSettings>
@Generated("software.amazon.awssdk:codegen") public class DirectoryVpcSettings extends Object implements StructuredPojo, ToCopyableBuilder<DirectoryVpcSettings.Builder,DirectoryVpcSettings>
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DirectoryVpcSettings.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DirectoryVpcSettings.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends DirectoryVpcSettings.Builder> |
serializableBuilderClass() |
|
List<String> |
subnetIds() |
The identifiers of the subnets for the directory servers.
|
DirectoryVpcSettings.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The identifier of the VPC in which to create the directory.
|
public String vpcId()
The identifier of the VPC in which to create the directory.
public List<String> subnetIds()
The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. AWS Directory Service creates a directory server and a DNS server in each of these subnets.
public DirectoryVpcSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DirectoryVpcSettings.Builder,DirectoryVpcSettings>
public static DirectoryVpcSettings.Builder builder()
public static Class<? extends DirectoryVpcSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.