Interface DescribeDbClusterParametersResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeDbClusterParametersResponse.Builder,DescribeDbClusterParametersResponse>, RdsResponse.Builder, SdkBuilder<DescribeDbClusterParametersResponse.Builder,DescribeDbClusterParametersResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeDbClusterParametersResponse

public static interface DescribeDbClusterParametersResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbClusterParametersResponse.Builder,DescribeDbClusterParametersResponse>
  • Method Details

    • 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

      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

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

      This is a convenience method that creates an instance of the Parameter.Builder avoiding the need to create one manually via Parameter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to parameters(List<Parameter>).

      Parameters:
      parameters - a consumer that will call methods on Parameter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.