Interface ListDbParameterGroupsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDbParameterGroupsResponse.Builder,
,ListDbParameterGroupsResponse> SdkBuilder<ListDbParameterGroupsResponse.Builder,
,ListDbParameterGroupsResponse> SdkPojo
,SdkResponse.Builder
,TimestreamInfluxDbResponse.Builder
- Enclosing class:
ListDbParameterGroupsResponse
@Mutable
@NotThreadSafe
public static interface ListDbParameterGroupsResponse.Builder
extends TimestreamInfluxDbResponse.Builder, SdkPojo, CopyableBuilder<ListDbParameterGroupsResponse.Builder,ListDbParameterGroupsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<DbParameterGroupSummary> items) A list of Timestream for InfluxDB DB parameter group summaries.items
(Consumer<DbParameterGroupSummary.Builder>... items) A list of Timestream for InfluxDB DB parameter group summaries.items
(DbParameterGroupSummary... items) A list of Timestream for InfluxDB DB parameter group summaries.Token from a previous call of the operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.timestreaminfluxdb.model.TimestreamInfluxDbResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
items
A list of Timestream for InfluxDB DB parameter group summaries.
- Parameters:
items
- A list of Timestream for InfluxDB DB parameter group summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of Timestream for InfluxDB DB parameter group summaries.
- Parameters:
items
- A list of Timestream for InfluxDB DB parameter group summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of Timestream for InfluxDB DB parameter group summaries.
This is a convenience method that creates an instance of theDbParameterGroupSummary.Builder
avoiding the need to create one manually viaDbParameterGroupSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<DbParameterGroupSummary>)
.- Parameters:
items
- a consumer that will call methods onDbParameterGroupSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.
- Parameters:
nextToken
- Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-