Interface CreateDbSubnetGroupRequest.Builder

    • Method Detail

      • dbSubnetGroupName

        CreateDbSubnetGroupRequest.Builder dbSubnetGroupName​(String dbSubnetGroupName)

        The name for the DB subnet group. This value is stored as a lowercase string.

        Constraints:

        • Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens.

        • Must not be default.

        • First character must be a letter.

        Example: mydbsubnetgroup

        Parameters:
        dbSubnetGroupName - The name for the DB subnet group. This value is stored as a lowercase string.

        Constraints:

        • Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens.

        • Must not be default.

        • First character must be a letter.

        Example: mydbsubnetgroup

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

        CreateDbSubnetGroupRequest.Builder dbSubnetGroupDescription​(String dbSubnetGroupDescription)

        The description for the DB subnet group.

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

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

        The EC2 Subnet IDs for the DB subnet group.

        Parameters:
        subnetIds - The EC2 Subnet IDs for the DB subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        CreateDbSubnetGroupRequest.Builder subnetIds​(String... subnetIds)

        The EC2 Subnet IDs for the DB subnet group.

        Parameters:
        subnetIds - The EC2 Subnet IDs for the DB subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDbSubnetGroupRequest.Builder tags​(Collection<Tag> tags)

        Tags to assign to the DB subnet group.

        Parameters:
        tags - Tags to assign to the DB subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDbSubnetGroupRequest.Builder tags​(Tag... tags)

        Tags to assign to the DB subnet group.

        Parameters:
        tags - Tags to assign to the DB subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.