public static interface UpdateSnapshotResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<UpdateSnapshotResponse.Builder,UpdateSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateSnapshotResponse.Builder |
snapshot(Consumer<Snapshot.Builder> snapshot)
Returned after a successful
UpdateSnapshot operation, describing the snapshot that you updated. |
UpdateSnapshotResponse.Builder |
snapshot(Snapshot snapshot)
Returned after a successful
UpdateSnapshot operation, describing the snapshot that you updated. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSnapshotResponse.Builder snapshot(Snapshot snapshot)
Returned after a successful UpdateSnapshot operation, describing the snapshot that you updated.
snapshot - Returned after a successful UpdateSnapshot operation, describing the snapshot that you
updated.default UpdateSnapshotResponse.Builder snapshot(Consumer<Snapshot.Builder> snapshot)
Returned after a successful UpdateSnapshot operation, describing the snapshot that you updated.
Snapshot.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.