Interface DescribeDbClusterParameterGroupsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeDbClusterParameterGroupsResponse.Builder,,- DescribeDbClusterParameterGroupsResponse> - RdsResponse.Builder,- SdkBuilder<DescribeDbClusterParameterGroupsResponse.Builder,,- DescribeDbClusterParameterGroupsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeDbClusterParameterGroupsResponse
@Mutable
@NotThreadSafe
public static interface DescribeDbClusterParameterGroupsResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbClusterParameterGroupsResponse.Builder,DescribeDbClusterParameterGroupsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondbClusterParameterGroups(Collection<DBClusterParameterGroup> dbClusterParameterGroups) A list of DB cluster parameter groups.dbClusterParameterGroups(Consumer<DBClusterParameterGroup.Builder>... dbClusterParameterGroups) A list of DB cluster parameter groups.dbClusterParameterGroups(DBClusterParameterGroup... dbClusterParameterGroups) A list of DB cluster parameter groups.An optional pagination token provided by a previousDescribeDBClusterParameterGroupsrequest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
markerAn optional pagination token provided by a previous DescribeDBClusterParameterGroupsrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.- Parameters:
- marker- An optional pagination token provided by a previous- DescribeDBClusterParameterGroupsrequest. 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.
 
- 
dbClusterParameterGroupsDescribeDbClusterParameterGroupsResponse.Builder dbClusterParameterGroups(Collection<DBClusterParameterGroup> dbClusterParameterGroups) A list of DB cluster parameter groups. - Parameters:
- dbClusterParameterGroups- A list of DB cluster parameter groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbClusterParameterGroupsDescribeDbClusterParameterGroupsResponse.Builder dbClusterParameterGroups(DBClusterParameterGroup... dbClusterParameterGroups) A list of DB cluster parameter groups. - Parameters:
- dbClusterParameterGroups- A list of DB cluster parameter groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbClusterParameterGroupsDescribeDbClusterParameterGroupsResponse.Builder dbClusterParameterGroups(Consumer<DBClusterParameterGroup.Builder>... dbClusterParameterGroups) A list of DB cluster parameter groups. This is a convenience method that creates an instance of theDBClusterParameterGroup.Builderavoiding the need to create one manually viaDBClusterParameterGroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbClusterParameterGroups(List<DBClusterParameterGroup>).- Parameters:
- dbClusterParameterGroups- a consumer that will call methods on- DBClusterParameterGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-