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