Interface ListDbInstancesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDbInstancesResponse.Builder,ListDbInstancesResponse>,SdkBuilder<ListDbInstancesResponse.Builder,ListDbInstancesResponse>,SdkPojo,SdkResponse.Builder,TimestreamInfluxDbResponse.Builder
- Enclosing class:
- ListDbInstancesResponse
public static interface ListDbInstancesResponse.Builder extends TimestreamInfluxDbResponse.Builder, SdkPojo, CopyableBuilder<ListDbInstancesResponse.Builder,ListDbInstancesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDbInstancesResponse.Builderitems(Collection<DbInstanceSummary> items)A list of Timestream for InfluxDB DB instance summaries.ListDbInstancesResponse.Builderitems(Consumer<DbInstanceSummary.Builder>... items)A list of Timestream for InfluxDB DB instance summaries.ListDbInstancesResponse.Builderitems(DbInstanceSummary... items)A list of Timestream for InfluxDB DB instance summaries.ListDbInstancesResponse.BuildernextToken(String nextToken)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, 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 Detail
-
items
ListDbInstancesResponse.Builder items(Collection<DbInstanceSummary> 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
ListDbInstancesResponse.Builder items(DbInstanceSummary... 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
ListDbInstancesResponse.Builder items(Consumer<DbInstanceSummary.Builder>... items)
A list of Timestream for InfluxDB DB instance summaries.
This is a convenience method that creates an instance of theDbInstanceSummary.Builderavoiding the need to create one manually viaDbInstanceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - 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:
#items(java.util.Collection)
-
nextToken
ListDbInstancesResponse.Builder nextToken(String 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.
-
-