public static interface RestoreFromSnapshotRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<RestoreFromSnapshotRequest.Builder,RestoreFromSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
RestoreFromSnapshotRequest.Builder |
namespaceName(String namespaceName)
The name of the namespace to restore the snapshot to.
|
RestoreFromSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreFromSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RestoreFromSnapshotRequest.Builder |
ownerAccount(String ownerAccount)
The Amazon Web Services account that owns the snapshot.
|
RestoreFromSnapshotRequest.Builder |
snapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot to restore from.
|
RestoreFromSnapshotRequest.Builder |
snapshotName(String snapshotName)
The name of the snapshot to restore from.
|
RestoreFromSnapshotRequest.Builder |
workgroupName(String workgroupName)
The name of the workgroup used to restore the snapshot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreFromSnapshotRequest.Builder namespaceName(String namespaceName)
The name of the namespace to restore the snapshot to.
namespaceName - The name of the namespace to restore the snapshot to.RestoreFromSnapshotRequest.Builder ownerAccount(String ownerAccount)
The Amazon Web Services account that owns the snapshot.
ownerAccount - The Amazon Web Services account that owns the snapshot.RestoreFromSnapshotRequest.Builder snapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot to restore from.
snapshotArn - The Amazon Resource Name (ARN) of the snapshot to restore from.RestoreFromSnapshotRequest.Builder snapshotName(String snapshotName)
The name of the snapshot to restore from.
snapshotName - The name of the snapshot to restore from.RestoreFromSnapshotRequest.Builder workgroupName(String workgroupName)
The name of the workgroup used to restore the snapshot.
workgroupName - The name of the workgroup used to restore the snapshot.RestoreFromSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreFromSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.