Interface ListDbClustersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDbClustersResponse.Builder,
,ListDbClustersResponse> SdkBuilder<ListDbClustersResponse.Builder,
,ListDbClustersResponse> SdkPojo
,SdkResponse.Builder
,TimestreamInfluxDbResponse.Builder
- Enclosing class:
ListDbClustersResponse
@Mutable
@NotThreadSafe
public static interface ListDbClustersResponse.Builder
extends TimestreamInfluxDbResponse.Builder, SdkPojo, CopyableBuilder<ListDbClustersResponse.Builder,ListDbClustersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<DbClusterSummary> items) A list of Timestream for InfluxDB cluster summaries.items
(Consumer<DbClusterSummary.Builder>... items) A list of Timestream for InfluxDB cluster summaries.items
(DbClusterSummary... items) A list of Timestream for InfluxDB cluster 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 cluster summaries.
- Parameters:
items
- A list of Timestream for InfluxDB cluster summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of Timestream for InfluxDB cluster summaries.
- Parameters:
items
- A list of Timestream for InfluxDB cluster summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of Timestream for InfluxDB cluster summaries.
This is a convenience method that creates an instance of theDbClusterSummary.Builder
avoiding the need to create one manually viaDbClusterSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<DbClusterSummary>)
.- Parameters:
items
- a consumer that will call methods onDbClusterSummary.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.
-