Interface DescribeContinuousBackupsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeContinuousBackupsResponse.Builder,,DescribeContinuousBackupsResponse> DynamoDbResponse.Builder,SdkBuilder<DescribeContinuousBackupsResponse.Builder,,DescribeContinuousBackupsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeContinuousBackupsResponse
@Mutable
@NotThreadSafe
public static interface DescribeContinuousBackupsResponse.Builder
extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeContinuousBackupsResponse.Builder,DescribeContinuousBackupsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontinuousBackupsDescription(Consumer<ContinuousBackupsDescription.Builder> continuousBackupsDescription) Represents the continuous backups and point in time recovery settings on the table.continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription) Represents the continuous backups and point in time recovery settings on the table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
continuousBackupsDescription
DescribeContinuousBackupsResponse.Builder continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription) Represents the continuous backups and point in time recovery settings on the table.
- Parameters:
 continuousBackupsDescription- Represents the continuous backups and point in time recovery settings on the table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
continuousBackupsDescription
default DescribeContinuousBackupsResponse.Builder continuousBackupsDescription(Consumer<ContinuousBackupsDescription.Builder> continuousBackupsDescription) Represents the continuous backups and point in time recovery settings on the table.
This is a convenience method that creates an instance of theContinuousBackupsDescription.Builderavoiding the need to create one manually viaContinuousBackupsDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontinuousBackupsDescription(ContinuousBackupsDescription).- Parameters:
 continuousBackupsDescription- a consumer that will call methods onContinuousBackupsDescription.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -