Interface CreateDbSubnetGroupRequest.Builder

    • Method Detail

      • dbSubnetGroupName

        CreateDbSubnetGroupRequest.Builder dbSubnetGroupName​(String dbSubnetGroupName)

        The name for the 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.

        Example: mySubnetgroup

        Parameters:
        dbSubnetGroupName - The name for the 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.

        Example: mySubnetgroup

        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 subnet group.

        Parameters:
        dbSubnetGroupDescription - The description for the 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 Amazon EC2 subnet IDs for the subnet group.

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

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

        The Amazon EC2 subnet IDs for the subnet group.

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

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

        The tags to be assigned to the subnet group.

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

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

        The tags to be assigned to the subnet group.

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