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 Details

    • 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

      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.