Interface ModifyDbClusterParameterGroupResponse.Builder

    • Method Detail

      • dbClusterParameterGroupName

        ModifyDbClusterParameterGroupResponse.Builder dbClusterParameterGroupName​(String dbClusterParameterGroupName)

        The name of the DB cluster parameter group.

        Constraints:

        • Must be 1 to 255 letters or numbers.

        • First character must be a letter

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

        This value is stored as a lowercase string.

        Parameters:
        dbClusterParameterGroupName - The name of the DB cluster parameter group.

        Constraints:

        • Must be 1 to 255 letters or numbers.

        • First character must be a letter

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

        This value is stored as a lowercase string.

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