@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 Amazon Web Services 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 |
snapshotArn()
The Amazon Resource Name (ARN) of the snapshot to authorize access to.
|
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 final String snapshotIdentifier()
The identifier of the snapshot the account is authorized to restore.
public final String snapshotArn()
The Amazon Resource Name (ARN) of the snapshot to authorize access to.
public final String snapshotClusterIdentifier()
The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user or role has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
public final 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.
To share a snapshot with Amazon Web Services 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.