public static interface DescribeContinuousBackupsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeContinuousBackupsRequest.Builder,DescribeContinuousBackupsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeContinuousBackupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeContinuousBackupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeContinuousBackupsRequest.Builder |
tableName(String tableName)
Name of the table for which the customer wants to check the continuous backups and point in time recovery
settings.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeContinuousBackupsRequest.Builder tableName(String tableName)
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
tableName
- Name of the table for which the customer wants to check the continuous backups and point in time
recovery settings.DescribeContinuousBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeContinuousBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.