public static interface DeleteDBSnapshotResponse.Builder extends RDSResponse.Builder, CopyableBuilder<DeleteDBSnapshotResponse.Builder,DeleteDBSnapshotResponse>
| Modifier and Type | Method and Description | 
|---|---|
| default DeleteDBSnapshotResponse.Builder | dbSnapshot(Consumer<DBSnapshot.Builder> dbSnapshot)Sets the value of the DBSnapshot property for this object. | 
| DeleteDBSnapshotResponse.Builder | dbSnapshot(DBSnapshot dbSnapshot)Sets the value of the DBSnapshot property for this object. | 
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteDBSnapshotResponse.Builder dbSnapshot(DBSnapshot dbSnapshot)
dbSnapshot - The new value for the DBSnapshot property for this object.default DeleteDBSnapshotResponse.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.