Interface DescribeDbClusterParameterGroupsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDbClusterParameterGroupsResponse.Builder,
,DescribeDbClusterParameterGroupsResponse> NeptuneResponse.Builder
,SdkBuilder<DescribeDbClusterParameterGroupsResponse.Builder,
,DescribeDbClusterParameterGroupsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDbClusterParameterGroupsResponse
@Mutable
@NotThreadSafe
public static interface DescribeDbClusterParameterGroupsResponse.Builder
extends NeptuneResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbClusterParameterGroupsResponse.Builder,DescribeDbClusterParameterGroupsResponse>
-
Method Summary
Modifier 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 previousDescribeDBClusterParameterGroups
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.neptune.model.NeptuneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
marker
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups
request. 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 previousDescribeDBClusterParameterGroups
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterParameterGroups
DescribeDbClusterParameterGroupsResponse.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.
-
dbClusterParameterGroups
DescribeDbClusterParameterGroupsResponse.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.
-
dbClusterParameterGroups
DescribeDbClusterParameterGroupsResponse.Builder dbClusterParameterGroups(Consumer<DBClusterParameterGroup.Builder>... dbClusterParameterGroups) A list of DB cluster parameter groups.
This is a convenience method that creates an instance of theDBClusterParameterGroup.Builder
avoiding the need to create one manually viaDBClusterParameterGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todbClusterParameterGroups(List<DBClusterParameterGroup>)
.- Parameters:
dbClusterParameterGroups
- a consumer that will call methods onDBClusterParameterGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-