Interface AwsOpenSearchServiceDomainVpcOptionsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsOpenSearchServiceDomainVpcOptionsDetails.Builder,AwsOpenSearchServiceDomainVpcOptionsDetails>,SdkBuilder<AwsOpenSearchServiceDomainVpcOptionsDetails.Builder,AwsOpenSearchServiceDomainVpcOptionsDetails>,SdkPojo
- Enclosing class:
- AwsOpenSearchServiceDomainVpcOptionsDetails
public static interface AwsOpenSearchServiceDomainVpcOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainVpcOptionsDetails.Builder,AwsOpenSearchServiceDomainVpcOptionsDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsOpenSearchServiceDomainVpcOptionsDetails.BuildersecurityGroupIds(String... securityGroupIds)The list of security group IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.BuildersecurityGroupIds(Collection<String> securityGroupIds)The list of security group IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.BuildersubnetIds(String... subnetIds)A list of subnet IDs that are associated with the VPC endpoints for the domain.AwsOpenSearchServiceDomainVpcOptionsDetails.BuildersubnetIds(Collection<String> subnetIds)A list of subnet IDs that are associated with the VPC endpoints for the domain.-
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, sdkFields
-
-
-
-
Method Detail
-
securityGroupIds
AwsOpenSearchServiceDomainVpcOptionsDetails.Builder securityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs that are associated with the VPC endpoints for the domain.
- Parameters:
securityGroupIds- The list of security group IDs that are associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
AwsOpenSearchServiceDomainVpcOptionsDetails.Builder securityGroupIds(String... securityGroupIds)
The list of security group IDs that are associated with the VPC endpoints for the domain.
- Parameters:
securityGroupIds- The list of security group IDs that are associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
AwsOpenSearchServiceDomainVpcOptionsDetails.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs that are associated with the VPC endpoints for the domain.
- Parameters:
subnetIds- A list of subnet IDs that are associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
AwsOpenSearchServiceDomainVpcOptionsDetails.Builder subnetIds(String... subnetIds)
A list of subnet IDs that are associated with the VPC endpoints for the domain.
- Parameters:
subnetIds- A list of subnet IDs that are associated with the VPC endpoints for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-