public static interface UpdateContinuousBackupsRequest.Builder extends DynamoDbRequest.Builder, CopyableBuilder<UpdateContinuousBackupsRequest.Builder,UpdateContinuousBackupsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContinuousBackupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateContinuousBackupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default UpdateContinuousBackupsRequest.Builder |
pointInTimeRecoverySpecification(Consumer<PointInTimeRecoverySpecification.Builder> pointInTimeRecoverySpecification)
Represents the settings used to enable point in time recovery.
|
UpdateContinuousBackupsRequest.Builder |
pointInTimeRecoverySpecification(PointInTimeRecoverySpecification pointInTimeRecoverySpecification)
Represents the settings used to enable point in time recovery.
|
UpdateContinuousBackupsRequest.Builder |
tableName(String tableName)
The name of the table.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateContinuousBackupsRequest.Builder tableName(String tableName)
The name of the table.
tableName - The name of the table.UpdateContinuousBackupsRequest.Builder pointInTimeRecoverySpecification(PointInTimeRecoverySpecification pointInTimeRecoverySpecification)
Represents the settings used to enable point in time recovery.
pointInTimeRecoverySpecification - Represents the settings used to enable point in time recovery.default UpdateContinuousBackupsRequest.Builder pointInTimeRecoverySpecification(Consumer<PointInTimeRecoverySpecification.Builder> pointInTimeRecoverySpecification)
Represents the settings used to enable point in time recovery.
This is a convenience that creates an instance of thePointInTimeRecoverySpecification.Builder
avoiding the need to create one manually via PointInTimeRecoverySpecification.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
pointInTimeRecoverySpecification(PointInTimeRecoverySpecification).pointInTimeRecoverySpecification - a consumer that will call methods on PointInTimeRecoverySpecification.BuilderpointInTimeRecoverySpecification(PointInTimeRecoverySpecification)UpdateContinuousBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateContinuousBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.