public static interface CreateBackupResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<CreateBackupResponse.Builder,CreateBackupResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBackupResponse.Builder |
backup(Backup backup)
A description of the backup.
|
default CreateBackupResponse.Builder |
backup(Consumer<Backup.Builder> backup)
A description of the backup.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateBackupResponse.Builder backup(Backup backup)
A description of the backup.
backup - A description of the backup.default CreateBackupResponse.Builder backup(Consumer<Backup.Builder> backup)
A description of the backup.
This is a convenience that creates an instance of theBackup.Builder avoiding the need to create one
manually via Backup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to backup(Backup).backup - a consumer that will call methods on Backup.Builderbackup(Backup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.