Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AuthorizeSnapshotAccessRequest.Builder,AuthorizeSnapshotAccessRequest>
@Generated("software.amazon.awssdk:codegen") public class AuthorizeSnapshotAccessRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AuthorizeSnapshotAccessRequest.Builder,AuthorizeSnapshotAccessRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AuthorizeSnapshotAccessRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accountWithRestoreAccess() |
The identifier of the AWS customer account authorized to restore the specified snapshot.
|
static AuthorizeSnapshotAccessRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends AuthorizeSnapshotAccessRequest.Builder> |
serializableBuilderClass() |
|
String |
snapshotClusterIdentifier() |
The identifier of the cluster the snapshot was created from.
|
String |
snapshotIdentifier() |
The identifier of the snapshot the account is authorized to restore.
|
AuthorizeSnapshotAccessRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String snapshotIdentifier()
The identifier of the snapshot the account is authorized to restore.
public 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.
public 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.
To share a snapshot with AWS support, specify amazon-redshift-support.
public AuthorizeSnapshotAccessRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AuthorizeSnapshotAccessRequest.Builder,AuthorizeSnapshotAccessRequest>
public static AuthorizeSnapshotAccessRequest.Builder builder()
public static Class<? extends AuthorizeSnapshotAccessRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.