public static interface RestoreFromSnapshotResponse.Builder extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<RestoreFromSnapshotResponse.Builder,RestoreFromSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
default RestoreFromSnapshotResponse.Builder |
namespace(Consumer<Namespace.Builder> namespace)
Sets the value of the Namespace property for this object.
|
RestoreFromSnapshotResponse.Builder |
namespace(Namespace namespace)
Sets the value of the Namespace property for this object.
|
RestoreFromSnapshotResponse.Builder |
ownerAccount(String ownerAccount)
The owner Amazon Web Services; account of the snapshot that was restored.
|
RestoreFromSnapshotResponse.Builder |
snapshotName(String snapshotName)
The name of the snapshot used to restore the namespace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreFromSnapshotResponse.Builder namespace(Namespace namespace)
namespace - The new value for the Namespace property for this object.default RestoreFromSnapshotResponse.Builder namespace(Consumer<Namespace.Builder> namespace)
Namespace.Builder avoiding the need to
create one manually via Namespace.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to namespace(Namespace).
namespace - a consumer that will call methods on Namespace.Buildernamespace(Namespace)RestoreFromSnapshotResponse.Builder ownerAccount(String ownerAccount)
The owner Amazon Web Services; account of the snapshot that was restored.
ownerAccount - The owner Amazon Web Services; account of the snapshot that was restored.RestoreFromSnapshotResponse.Builder snapshotName(String snapshotName)
The name of the snapshot used to restore the namespace.
snapshotName - The name of the snapshot used to restore the namespace.Copyright © 2023. All rights reserved.