public static interface DeleteSnapshotResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DeleteSnapshotResponse.Builder,DeleteSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteSnapshotResponse.Builder |
snapshot(Consumer<Snapshot.Builder> snapshot)
The snapshot object that has been deleted.
|
DeleteSnapshotResponse.Builder |
snapshot(Snapshot snapshot)
The snapshot object that has been deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSnapshotResponse.Builder snapshot(Snapshot snapshot)
The snapshot object that has been deleted.
snapshot - The snapshot object that has been deleted.default DeleteSnapshotResponse.Builder snapshot(Consumer<Snapshot.Builder> snapshot)
The snapshot object that has been deleted.
This is a convenience method that creates an instance of theSnapshot.Builder avoiding the need to
create one manually via Snapshot.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to snapshot(Snapshot).
snapshot - a consumer that will call methods on Snapshot.Buildersnapshot(Snapshot)Copyright © 2023. All rights reserved.