Interface CreateDbSecurityGroupRequest.Builder

    • Method Detail

      • dbSecurityGroupName

        CreateDbSecurityGroupRequest.Builder dbSecurityGroupName​(String dbSecurityGroupName)

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

        Constraints:

        • Must be 1 to 255 letters, numbers, or hyphens.

        • First character must be a letter

        • Can't end with a hyphen or contain two consecutive hyphens

        • Must not be "Default"

        Example: mysecuritygroup

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

        Constraints:

        • Must be 1 to 255 letters, numbers, or hyphens.

        • First character must be a letter

        • Can't end with a hyphen or contain two consecutive hyphens

        • Must not be "Default"

        Example: mysecuritygroup

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

        CreateDbSecurityGroupRequest.Builder dbSecurityGroupDescription​(String dbSecurityGroupDescription)

        The description for the DB security group.

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

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

        Tags to assign to the DB security group.

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

        CreateDbSecurityGroupRequest.Builder tags​(Tag... tags)

        Tags to assign to the DB security group.

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