public static interface DeleteDbClusterAutomatedBackupResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DeleteDbClusterAutomatedBackupResponse.Builder,DeleteDbClusterAutomatedBackupResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteDbClusterAutomatedBackupResponse.Builder |
dbClusterAutomatedBackup(Consumer<DBClusterAutomatedBackup.Builder> dbClusterAutomatedBackup)
Sets the value of the DBClusterAutomatedBackup property for this object.
|
DeleteDbClusterAutomatedBackupResponse.Builder |
dbClusterAutomatedBackup(DBClusterAutomatedBackup dbClusterAutomatedBackup)
Sets the value of the DBClusterAutomatedBackup property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDbClusterAutomatedBackupResponse.Builder dbClusterAutomatedBackup(DBClusterAutomatedBackup dbClusterAutomatedBackup)
dbClusterAutomatedBackup - The new value for the DBClusterAutomatedBackup property for this object.default DeleteDbClusterAutomatedBackupResponse.Builder dbClusterAutomatedBackup(Consumer<DBClusterAutomatedBackup.Builder> dbClusterAutomatedBackup)
DBClusterAutomatedBackup.Builder
avoiding the need to create one manually via DBClusterAutomatedBackup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dbClusterAutomatedBackup(DBClusterAutomatedBackup).
dbClusterAutomatedBackup - a consumer that will call methods on DBClusterAutomatedBackup.BuilderdbClusterAutomatedBackup(DBClusterAutomatedBackup)Copyright © 2023. All rights reserved.