public static interface DeleteBackupResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DeleteBackupResponse.Builder,DeleteBackupResponse>
Modifier and Type | Method and Description |
---|---|
DeleteBackupResponse.Builder |
backupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
|
default DeleteBackupResponse.Builder |
backupDescription(Consumer<BackupDescription.Builder> backupDescription)
Contains the description of the backup created for the table.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteBackupResponse.Builder backupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
backupDescription
- Contains the description of the backup created for the table.default DeleteBackupResponse.Builder backupDescription(Consumer<BackupDescription.Builder> backupDescription)
Contains the description of the backup created for the table.
This is a convenience that creates an instance of theBackupDescription.Builder
avoiding the need to
create one manually via BackupDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to backupDescription(BackupDescription)
.backupDescription
- a consumer that will call methods on BackupDescription.Builder
backupDescription(BackupDescription)
Copyright © 2021. All rights reserved.