public static interface DescribeBackupResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeBackupResponse.Builder,DescribeBackupResponse>
Modifier and Type | Method and Description |
---|---|
DescribeBackupResponse.Builder |
backupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
|
default DescribeBackupResponse.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
DescribeBackupResponse.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 DescribeBackupResponse.Builder backupDescription(Consumer<BackupDescription.Builder> backupDescription)
Contains the description of the backup created for the table.
This is a convenience method 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 © 2023. All rights reserved.