Interface DescribeDbClusterParametersResponse.Builder

    • Method Detail

      • parameters

        DescribeDbClusterParametersResponse.Builder parameters​(Collection<Parameter> parameters)

        Provides a list of parameters for the DB cluster parameter group.

        Parameters:
        parameters - Provides a list of parameters for the DB cluster parameter group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        DescribeDbClusterParametersResponse.Builder parameters​(Parameter... parameters)

        Provides a list of parameters for the DB cluster parameter group.

        Parameters:
        parameters - Provides a list of parameters for the DB cluster parameter group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeDbClusterParametersResponse.Builder marker​(String marker)

        An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

        Parameters:
        marker - An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
        Returns:
        Returns a reference to this object so that method calls can be chained together.