public static interface VPCOptions.Builder extends SdkPojo, CopyableBuilder<VPCOptions.Builder,VPCOptions>
| Modifier and Type | Method and Description |
|---|---|
VPCOptions.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
VPCOptions.Builder |
securityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
VPCOptions.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
VPCOptions.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVPCOptions.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.
subnetIds - A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple
Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.VPCOptions.Builder subnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.
subnetIds - A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple
Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.VPCOptions.Builder securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, OpenSearch Service uses the default security group for the VPC.
securityGroupIds - The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide
a security group ID, OpenSearch Service uses the default security group for the VPC.VPCOptions.Builder securityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, OpenSearch Service uses the default security group for the VPC.
securityGroupIds - The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide
a security group ID, OpenSearch Service uses the default security group for the VPC.Copyright © 2022. All rights reserved.