public static interface AwsElasticsearchDomainVPCOptions.Builder extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainVPCOptions.Builder,AwsElasticsearchDomainVPCOptions>
| Modifier and Type | Method and Description |
|---|---|
AwsElasticsearchDomainVPCOptions.Builder |
availabilityZones(Collection<String> availabilityZones)
The list of Availability Zones associated with the VPC subnets.
|
AwsElasticsearchDomainVPCOptions.Builder |
availabilityZones(String... availabilityZones)
The list of Availability Zones associated with the VPC subnets.
|
AwsElasticsearchDomainVPCOptions.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
AwsElasticsearchDomainVPCOptions.Builder |
securityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
AwsElasticsearchDomainVPCOptions.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
AwsElasticsearchDomainVPCOptions.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
AwsElasticsearchDomainVPCOptions.Builder |
vpcId(String vpcId)
ID for the VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElasticsearchDomainVPCOptions.Builder availabilityZones(Collection<String> availabilityZones)
The list of Availability Zones associated with the VPC subnets.
availabilityZones - The list of Availability Zones associated with the VPC subnets.AwsElasticsearchDomainVPCOptions.Builder availabilityZones(String... availabilityZones)
The list of Availability Zones associated with the VPC subnets.
availabilityZones - The list of Availability Zones associated with the VPC subnets.AwsElasticsearchDomainVPCOptions.Builder securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
securityGroupIds - The list of security group IDs associated with the VPC endpoints for the domain.AwsElasticsearchDomainVPCOptions.Builder securityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
securityGroupIds - The list of security group IDs associated with the VPC endpoints for the domain.AwsElasticsearchDomainVPCOptions.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
subnetIds - A list of subnet IDs associated with the VPC endpoints for the domain.AwsElasticsearchDomainVPCOptions.Builder subnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
subnetIds - A list of subnet IDs associated with the VPC endpoints for the domain.AwsElasticsearchDomainVPCOptions.Builder vpcId(String vpcId)
ID for the VPC.
vpcId - ID for the VPC.Copyright © 2023. All rights reserved.