public static interface AwsOpenSearchServiceDomainVpcOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainVpcOptionsDetails.Builder,AwsOpenSearchServiceDomainVpcOptionsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsOpenSearchServiceDomainVpcOptionsDetails.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs that are associated with the VPC endpoints for the domain.
|
AwsOpenSearchServiceDomainVpcOptionsDetails.Builder |
securityGroupIds(String... securityGroupIds)
The list of security group IDs that are associated with the VPC endpoints for the domain.
|
AwsOpenSearchServiceDomainVpcOptionsDetails.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs that are associated with the VPC endpoints for the domain.
|
AwsOpenSearchServiceDomainVpcOptionsDetails.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs that are associated with the VPC endpoints for the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsOpenSearchServiceDomainVpcOptionsDetails.Builder securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs that are associated with the VPC endpoints for the domain.
securityGroupIds - The list of security group IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.Builder securityGroupIds(String... securityGroupIds)
The list of security group IDs that are associated with the VPC endpoints for the domain.
securityGroupIds - The list of security group IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs that are associated with the VPC endpoints for the domain.
subnetIds - A list of subnet IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.Builder subnetIds(String... subnetIds)
A list of subnet IDs that are associated with the VPC endpoints for the domain.
subnetIds - A list of subnet IDs that are associated with the VPC endpoints for the domain.Copyright © 2023. All rights reserved.