public static interface AuthorizeSnapshotAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<AuthorizeSnapshotAccessRequest.Builder,AuthorizeSnapshotAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
AuthorizeSnapshotAccessRequest.Builder |
accountWithRestoreAccess(String accountWithRestoreAccess)
The identifier of the Amazon Web Services account authorized to restore the specified snapshot.
|
AuthorizeSnapshotAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AuthorizeSnapshotAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AuthorizeSnapshotAccessRequest.Builder |
snapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot to authorize access to.
|
AuthorizeSnapshotAccessRequest.Builder |
snapshotClusterIdentifier(String snapshotClusterIdentifier)
The identifier of the cluster the snapshot was created from.
|
AuthorizeSnapshotAccessRequest.Builder |
snapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot the account is authorized to restore.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeSnapshotAccessRequest.Builder snapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot the account is authorized to restore.
snapshotIdentifier - The identifier of the snapshot the account is authorized to restore.AuthorizeSnapshotAccessRequest.Builder snapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot to authorize access to.
snapshotArn - The Amazon Resource Name (ARN) of the snapshot to authorize access to.AuthorizeSnapshotAccessRequest.Builder snapshotClusterIdentifier(String snapshotClusterIdentifier)
The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
snapshotClusterIdentifier - The identifier of the cluster the snapshot was created from. This parameter is required if your IAM
user has a policy containing a snapshot resource element that specifies anything other than * for the
cluster name.AuthorizeSnapshotAccessRequest.Builder accountWithRestoreAccess(String accountWithRestoreAccess)
The identifier of the Amazon Web Services account authorized to restore the specified snapshot.
To share a snapshot with Amazon Web Services Support, specify amazon-redshift-support.
accountWithRestoreAccess - The identifier of the Amazon Web Services account authorized to restore the specified snapshot.
To share a snapshot with Amazon Web Services Support, specify amazon-redshift-support.
AuthorizeSnapshotAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAuthorizeSnapshotAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.