@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizeSnapshotAccessRequest extends RedshiftRequest implements ToCopyableBuilder<AuthorizeSnapshotAccessRequest.Builder,AuthorizeSnapshotAccessRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizeSnapshotAccessRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountWithRestoreAccess()
The identifier of the AWS customer account authorized to restore the specified snapshot.
|
static AuthorizeSnapshotAccessRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<AuthorizeSnapshotAccessRequest.Builder,AuthorizeSnapshotAccessRequest>toBuilder in class RedshiftRequestpublic static AuthorizeSnapshotAccessRequest.Builder builder()
public static Class<? extends AuthorizeSnapshotAccessRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.