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, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeBackupResponse.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 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.BuilderbackupDescription(BackupDescription)Copyright © 2019. All rights reserved.