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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateContinuousBackupsRequest.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.Builder
pointInTimeRecoverySpecification(PointInTimeRecoverySpecification)
UpdateContinuousBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateContinuousBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.