Interface ListDbBackupsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDbBackupsRequest.Builder,,ListDbBackupsRequest> SdkBuilder<ListDbBackupsRequest.Builder,,ListDbBackupsRequest> SdkPojo,SdkRequest.Builder,TimestreamInfluxDbRequest.Builder
- Enclosing class:
ListDbBackupsRequest
@Mutable
@NotThreadSafe
public static interface ListDbBackupsRequest.Builder
extends TimestreamInfluxDbRequest.Builder, SdkPojo, CopyableBuilder<ListDbBackupsRequest.Builder,ListDbBackupsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondbResourceId(String dbResourceId) The identifier of the DB instance or DB cluster to list backups for.maxResults(Integer maxResults) The maximum number of items to return in the output.The pagination token.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.timestreaminfluxdb.model.TimestreamInfluxDbRequest.Builder
build
-
Method Details
-
dbResourceId
The identifier of the DB instance or DB cluster to list backups for. If not specified, returns all backups in the account and region.
- Parameters:
dbResourceId- The identifier of the DB instance or DB cluster to list backups for. If not specified, returns all backups in the account and region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token. To resume pagination, provide the nextToken value as an argument of a subsequent API invocation.
- Parameters:
nextToken- The pagination token. To resume pagination, provide the nextToken value as an argument of a subsequent API invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of items to return in the output. If the total number of items available is more than the value specified, a nextToken is provided in the output. To resume pagination, provide the nextToken value as an argument of a subsequent API invocation.
- Parameters:
maxResults- The maximum number of items to return in the output. If the total number of items available is more than the value specified, a nextToken is provided in the output. To resume pagination, provide the nextToken value as an argument of a subsequent API invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDbBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDbBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-