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