public static interface ConvertRecoveryPointToSnapshotResponse.Builder extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<ConvertRecoveryPointToSnapshotResponse.Builder,ConvertRecoveryPointToSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
default ConvertRecoveryPointToSnapshotResponse.Builder |
snapshot(Consumer<Snapshot.Builder> snapshot)
The snapshot converted from the recovery point.
|
ConvertRecoveryPointToSnapshotResponse.Builder |
snapshot(Snapshot snapshot)
The snapshot converted from the recovery point.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildConvertRecoveryPointToSnapshotResponse.Builder snapshot(Snapshot snapshot)
The snapshot converted from the recovery point.
snapshot - The snapshot converted from the recovery point.default ConvertRecoveryPointToSnapshotResponse.Builder snapshot(Consumer<Snapshot.Builder> snapshot)
The snapshot converted from the recovery point.
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 © 2022. All rights reserved.