public static interface ModifyBackupAttributesResponse.Builder extends CloudHsmV2Response.Builder, SdkPojo, CopyableBuilder<ModifyBackupAttributesResponse.Builder,ModifyBackupAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyBackupAttributesResponse.Builder |
backup(Backup backup)
Sets the value of the Backup property for this object.
|
default ModifyBackupAttributesResponse.Builder |
backup(Consumer<Backup.Builder> backup)
Sets the value of the Backup property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyBackupAttributesResponse.Builder backup(Backup backup)
backup - The new value for the Backup property for this object.default ModifyBackupAttributesResponse.Builder backup(Consumer<Backup.Builder> backup)
Backup.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 © 2023. All rights reserved.