Interface DescribeContinuousBackupsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeContinuousBackupsRequest.Builder,,DescribeContinuousBackupsRequest> DynamoDbRequest.Builder,SdkBuilder<DescribeContinuousBackupsRequest.Builder,,DescribeContinuousBackupsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeContinuousBackupsRequest
@Mutable
@NotThreadSafe
public static interface DescribeContinuousBackupsRequest.Builder
extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeContinuousBackupsRequest.Builder,DescribeContinuousBackupsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.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.services.dynamodb.model.DynamoDbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableName
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
- Parameters:
tableName- Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeContinuousBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeContinuousBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-