public static interface CreateBackupResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<CreateBackupResponse.Builder,CreateBackupResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBackupResponse.Builder |
backupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
default CreateBackupResponse.Builder |
backupDetails(Consumer<BackupDetails.Builder> backupDetails)
Contains the details of the backup created for the table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateBackupResponse.Builder backupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
backupDetails - Contains the details of the backup created for the table.default CreateBackupResponse.Builder backupDetails(Consumer<BackupDetails.Builder> backupDetails)
Contains the details of the backup created for the table.
This is a convenience that creates an instance of theBackupDetails.Builder avoiding the need to
create one manually via BackupDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to backupDetails(BackupDetails).backupDetails - a consumer that will call methods on BackupDetails.BuilderbackupDetails(BackupDetails)Copyright © 2019. All rights reserved.