public static interface UpdateContinuousBackupsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateContinuousBackupsResponse.Builder,UpdateContinuousBackupsResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateContinuousBackupsResponse.Builder |
continuousBackupsDescription(Consumer<ContinuousBackupsDescription.Builder> continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
|
UpdateContinuousBackupsResponse.Builder |
continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateContinuousBackupsResponse.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 UpdateContinuousBackupsResponse.Builder continuousBackupsDescription(Consumer<ContinuousBackupsDescription.Builder> continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
This is a convenience 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.BuildercontinuousBackupsDescription(ContinuousBackupsDescription)Copyright © 2019. All rights reserved.