Interface ListDbInstancesForClusterResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDbInstancesForClusterResponse.Builder,,ListDbInstancesForClusterResponse> SdkBuilder<ListDbInstancesForClusterResponse.Builder,,ListDbInstancesForClusterResponse> SdkPojo,SdkResponse.Builder,TimestreamInfluxDbResponse.Builder
- Enclosing class:
ListDbInstancesForClusterResponse
@Mutable
@NotThreadSafe
public static interface ListDbInstancesForClusterResponse.Builder
extends TimestreamInfluxDbResponse.Builder, SdkPojo, CopyableBuilder<ListDbInstancesForClusterResponse.Builder,ListDbInstancesForClusterResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA list of Timestream for InfluxDB instance summaries belonging to the cluster.items(Consumer<DbInstanceForClusterSummary.Builder>... items) A list of Timestream for InfluxDB instance summaries belonging to the cluster.items(DbInstanceForClusterSummary... items) A list of Timestream for InfluxDB instance summaries belonging to the cluster.Token from a previous call of the operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.timestreaminfluxdb.model.TimestreamInfluxDbResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
items
A list of Timestream for InfluxDB instance summaries belonging to the cluster.
- Parameters:
items- A list of Timestream for InfluxDB instance summaries belonging to the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of Timestream for InfluxDB instance summaries belonging to the cluster.
- Parameters:
items- A list of Timestream for InfluxDB instance summaries belonging to the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDbInstancesForClusterResponse.Builder items(Consumer<DbInstanceForClusterSummary.Builder>... items) A list of Timestream for InfluxDB instance summaries belonging to the cluster.
This is a convenience method that creates an instance of theDbInstanceForClusterSummary.Builderavoiding the need to create one manually viaDbInstanceForClusterSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<DbInstanceForClusterSummary>).- Parameters:
items- a consumer that will call methods onDbInstanceForClusterSummary.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.
-