Interface AwsOpenSearchServiceDomainVpcOptionsDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsOpenSearchServiceDomainVpcOptionsDetails.Builder,
,AwsOpenSearchServiceDomainVpcOptionsDetails> SdkBuilder<AwsOpenSearchServiceDomainVpcOptionsDetails.Builder,
,AwsOpenSearchServiceDomainVpcOptionsDetails> SdkPojo
- Enclosing class:
AwsOpenSearchServiceDomainVpcOptionsDetails
@Mutable
@NotThreadSafe
public static interface AwsOpenSearchServiceDomainVpcOptionsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainVpcOptionsDetails.Builder,AwsOpenSearchServiceDomainVpcOptionsDetails>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds
(String... securityGroupIds) The list of security group IDs that are associated with the VPC endpoints for the domain.securityGroupIds
(Collection<String> securityGroupIds) The list of security group IDs that are associated with the VPC endpoints for the domain.A list of subnet IDs that are associated with the VPC endpoints for the domain.subnetIds
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-