Interface CreateClusterSubnetGroupRequest.Builder

    • Method Detail

      • clusterSubnetGroupName

        CreateClusterSubnetGroupRequest.Builder clusterSubnetGroupName​(String clusterSubnetGroupName)

        The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

        Constraints:

        • Must contain no more than 255 alphanumeric characters or hyphens.

        • Must not be "Default".

        • Must be unique for all subnet groups that are created by your Amazon Web Services account.

        Example: examplesubnetgroup

        Parameters:
        clusterSubnetGroupName - The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

        Constraints:

        • Must contain no more than 255 alphanumeric characters or hyphens.

        • Must not be "Default".

        • Must be unique for all subnet groups that are created by your Amazon Web Services account.

        Example: examplesubnetgroup

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateClusterSubnetGroupRequest.Builder description​(String description)

        A description for the subnet group.

        Parameters:
        description - A description for the subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        CreateClusterSubnetGroupRequest.Builder subnetIds​(Collection<String> subnetIds)

        An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

        Parameters:
        subnetIds - An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        CreateClusterSubnetGroupRequest.Builder subnetIds​(String... subnetIds)

        An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

        Parameters:
        subnetIds - An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateClusterSubnetGroupRequest.Builder tags​(Tag... tags)

        A list of tag instances.

        Parameters:
        tags - A list of tag instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.