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