Interface AwsElasticsearchDomainVPCOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsElasticsearchDomainVPCOptions.Builder,AwsElasticsearchDomainVPCOptions>,SdkBuilder<AwsElasticsearchDomainVPCOptions.Builder,AwsElasticsearchDomainVPCOptions>,SdkPojo
- Enclosing class:
- AwsElasticsearchDomainVPCOptions
public static interface AwsElasticsearchDomainVPCOptions.Builder extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainVPCOptions.Builder,AwsElasticsearchDomainVPCOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsElasticsearchDomainVPCOptions.BuilderavailabilityZones(String... availabilityZones)The list of Availability Zones associated with the VPC subnets.AwsElasticsearchDomainVPCOptions.BuilderavailabilityZones(Collection<String> availabilityZones)The list of Availability Zones associated with the VPC subnets.AwsElasticsearchDomainVPCOptions.BuildersecurityGroupIds(String... securityGroupIds)The list of security group IDs associated with the VPC endpoints for the domain.AwsElasticsearchDomainVPCOptions.BuildersecurityGroupIds(Collection<String> securityGroupIds)The list of security group IDs associated with the VPC endpoints for the domain.AwsElasticsearchDomainVPCOptions.BuildersubnetIds(String... subnetIds)A list of subnet IDs associated with the VPC endpoints for the domain.AwsElasticsearchDomainVPCOptions.BuildersubnetIds(Collection<String> subnetIds)A list of subnet IDs associated with the VPC endpoints for the domain.AwsElasticsearchDomainVPCOptions.BuildervpcId(String vpcId)ID for the VPC.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
availabilityZones
AwsElasticsearchDomainVPCOptions.Builder availabilityZones(Collection<String> availabilityZones)
The list of Availability Zones associated with the VPC subnets.
- Parameters:
availabilityZones- The list of Availability Zones associated with the VPC subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
AwsElasticsearchDomainVPCOptions.Builder availabilityZones(String... availabilityZones)
The list of Availability Zones associated with the VPC subnets.
- Parameters:
availabilityZones- The list of Availability Zones associated with the VPC subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
AwsElasticsearchDomainVPCOptions.Builder securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
- Parameters:
securityGroupIds- The list of security group IDs associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
AwsElasticsearchDomainVPCOptions.Builder securityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
- Parameters:
securityGroupIds- The list of security group IDs associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
AwsElasticsearchDomainVPCOptions.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
- Parameters:
subnetIds- A list of subnet IDs associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
AwsElasticsearchDomainVPCOptions.Builder subnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
- Parameters:
subnetIds- A list of subnet IDs associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
AwsElasticsearchDomainVPCOptions.Builder vpcId(String vpcId)
ID for the VPC.
- Parameters:
vpcId- ID for the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-