public static interface UpdateContinuousBackupsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateContinuousBackupsRequest.Builder,UpdateContinuousBackupsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContinuousBackupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContinuousBackupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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)
overrideConfiguration in interface AwsRequest.BuilderUpdateContinuousBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.