public static interface CopyDBSnapshotResponse.Builder extends RDSResponse.Builder, CopyableBuilder<CopyDBSnapshotResponse.Builder,CopyDBSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
default CopyDBSnapshotResponse.Builder |
dbSnapshot(Consumer<DBSnapshot.Builder> dbSnapshot)
Sets the value of the DBSnapshot property for this object.
|
CopyDBSnapshotResponse.Builder |
dbSnapshot(DBSnapshot dbSnapshot)
Sets the value of the DBSnapshot property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCopyDBSnapshotResponse.Builder dbSnapshot(DBSnapshot dbSnapshot)
dbSnapshot - The new value for the DBSnapshot property for this object.default CopyDBSnapshotResponse.Builder dbSnapshot(Consumer<DBSnapshot.Builder> dbSnapshot)
DBSnapshot.Builder avoiding the need to create
one manually via DBSnapshot.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dbSnapshot(DBSnapshot).dbSnapshot - a consumer that will call methods on DBSnapshot.BuilderdbSnapshot(DBSnapshot)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.