@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VPCDerivedInfo extends Object implements Serializable, Cloneable, StructuredPojo
Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.
Constructor and Description |
---|
VPCDerivedInfo() |
Modifier and Type | Method and Description |
---|---|
VPCDerivedInfo |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAvailabilityZones()
The availability zones for the Elasticsearch domain.
|
List<String> |
getSecurityGroupIds()
Specifies the security groups for VPC endpoint.
|
List<String> |
getSubnetIds()
Specifies the subnets for VPC endpoint.
|
String |
getVPCId()
The VPC Id for the Elasticsearch domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZones(Collection<String> availabilityZones)
The availability zones for the Elasticsearch domain.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
Specifies the security groups for VPC endpoint.
|
void |
setSubnetIds(Collection<String> subnetIds)
Specifies the subnets for VPC endpoint.
|
void |
setVPCId(String vPCId)
The VPC Id for the Elasticsearch domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VPCDerivedInfo |
withAvailabilityZones(Collection<String> availabilityZones)
The availability zones for the Elasticsearch domain.
|
VPCDerivedInfo |
withAvailabilityZones(String... availabilityZones)
The availability zones for the Elasticsearch domain.
|
VPCDerivedInfo |
withSecurityGroupIds(Collection<String> securityGroupIds)
Specifies the security groups for VPC endpoint.
|
VPCDerivedInfo |
withSecurityGroupIds(String... securityGroupIds)
Specifies the security groups for VPC endpoint.
|
VPCDerivedInfo |
withSubnetIds(Collection<String> subnetIds)
Specifies the subnets for VPC endpoint.
|
VPCDerivedInfo |
withSubnetIds(String... subnetIds)
Specifies the subnets for VPC endpoint.
|
VPCDerivedInfo |
withVPCId(String vPCId)
The VPC Id for the Elasticsearch domain.
|
public void setVPCId(String vPCId)
The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
vPCId
- The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.public String getVPCId()
The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
public VPCDerivedInfo withVPCId(String vPCId)
The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
vPCId
- The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.public List<String> getSubnetIds()
Specifies the subnets for VPC endpoint.
public void setSubnetIds(Collection<String> subnetIds)
Specifies the subnets for VPC endpoint.
subnetIds
- Specifies the subnets for VPC endpoint.public VPCDerivedInfo withSubnetIds(String... subnetIds)
Specifies the subnets for VPC endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- Specifies the subnets for VPC endpoint.public VPCDerivedInfo withSubnetIds(Collection<String> subnetIds)
Specifies the subnets for VPC endpoint.
subnetIds
- Specifies the subnets for VPC endpoint.public List<String> getAvailabilityZones()
The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
public void setAvailabilityZones(Collection<String> availabilityZones)
The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
availabilityZones
- The availability zones for the Elasticsearch domain. Exists only if the domain was created with
VPCOptions.public VPCDerivedInfo withAvailabilityZones(String... availabilityZones)
The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZones(java.util.Collection)
or withAvailabilityZones(java.util.Collection)
if
you want to override the existing values.
availabilityZones
- The availability zones for the Elasticsearch domain. Exists only if the domain was created with
VPCOptions.public VPCDerivedInfo withAvailabilityZones(Collection<String> availabilityZones)
The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
availabilityZones
- The availability zones for the Elasticsearch domain. Exists only if the domain was created with
VPCOptions.public List<String> getSecurityGroupIds()
Specifies the security groups for VPC endpoint.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
Specifies the security groups for VPC endpoint.
securityGroupIds
- Specifies the security groups for VPC endpoint.public VPCDerivedInfo withSecurityGroupIds(String... securityGroupIds)
Specifies the security groups for VPC endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- Specifies the security groups for VPC endpoint.public VPCDerivedInfo withSecurityGroupIds(Collection<String> securityGroupIds)
Specifies the security groups for VPC endpoint.
securityGroupIds
- Specifies the security groups for VPC endpoint.public String toString()
toString
in class Object
Object.toString()
public VPCDerivedInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.