Interface AwsOpenSearchServiceDomainVpcOptionsDetails.Builder

    • 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.