CopyableBuilder<AuthorizeSnapshotAccessRequest.Builder,AuthorizeSnapshotAccessRequest>
, SdkBuilder<AuthorizeSnapshotAccessRequest.Builder,AuthorizeSnapshotAccessRequest>
public static interface AuthorizeSnapshotAccessRequest.Builder extends CopyableBuilder<AuthorizeSnapshotAccessRequest.Builder,AuthorizeSnapshotAccessRequest>
Modifier and Type | Method | Description |
---|---|---|
AuthorizeSnapshotAccessRequest.Builder |
accountWithRestoreAccess(String accountWithRestoreAccess) |
The identifier of the AWS customer account authorized to restore the specified snapshot.
|
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.
|
copy
apply, build
AuthorizeSnapshotAccessRequest.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 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 AWS customer account authorized to restore the specified snapshot.
To share a snapshot with AWS support, specify amazon-redshift-support.
accountWithRestoreAccess
- The identifier of the AWS customer account authorized to restore the specified snapshot.
To share a snapshot with AWS support, specify amazon-redshift-support.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.