Interface UpdateContinuousBackupsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateContinuousBackupsRequest.Builder,
,UpdateContinuousBackupsRequest> DynamoDbRequest.Builder
,SdkBuilder<UpdateContinuousBackupsRequest.Builder,
,UpdateContinuousBackupsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateContinuousBackupsRequest
public static interface UpdateContinuousBackupsRequest.Builder
extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateContinuousBackupsRequest.Builder,UpdateContinuousBackupsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pointInTimeRecoverySpecification
(Consumer<PointInTimeRecoverySpecification.Builder> pointInTimeRecoverySpecification) Represents the settings used to enable point in time recovery.pointInTimeRecoverySpecification
(PointInTimeRecoverySpecification pointInTimeRecoverySpecification) Represents the settings used to enable point in time recovery.The name of the table.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
tableName
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
- Parameters:
tableName
- The name of the table. 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.
-
pointInTimeRecoverySpecification
UpdateContinuousBackupsRequest.Builder pointInTimeRecoverySpecification(PointInTimeRecoverySpecification pointInTimeRecoverySpecification) Represents the settings used to enable point in time recovery.
- Parameters:
pointInTimeRecoverySpecification
- Represents the settings used to enable point in time recovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointInTimeRecoverySpecification
default UpdateContinuousBackupsRequest.Builder pointInTimeRecoverySpecification(Consumer<PointInTimeRecoverySpecification.Builder> pointInTimeRecoverySpecification) Represents the settings used to enable point in time recovery.
This is a convenience method that creates an instance of thePointInTimeRecoverySpecification.Builder
avoiding the need to create one manually viaPointInTimeRecoverySpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topointInTimeRecoverySpecification(PointInTimeRecoverySpecification)
.- Parameters:
pointInTimeRecoverySpecification
- a consumer that will call methods onPointInTimeRecoverySpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateContinuousBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateContinuousBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-