public static interface DescribeContinuousBackupsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeContinuousBackupsResponse.Builder,DescribeContinuousBackupsResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeContinuousBackupsResponse.Builder |
continuousBackupsDescription(Consumer<ContinuousBackupsDescription.Builder> continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
|
DescribeContinuousBackupsResponse.Builder |
continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeContinuousBackupsResponse.Builder continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
continuousBackupsDescription
- Represents the continuous backups and point in time recovery settings on the table.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.Builder
avoiding the need to create one manually via ContinuousBackupsDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to continuousBackupsDescription(ContinuousBackupsDescription)
.
continuousBackupsDescription
- a consumer that will call methods on ContinuousBackupsDescription.Builder
continuousBackupsDescription(ContinuousBackupsDescription)
Copyright © 2023. All rights reserved.