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
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
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.Builderavoiding the need to create one manually viaPointInTimeRecoverySpecification.builder().When the
Consumercompletes,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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -