@Generated(value="software.amazon.awssdk:codegen") public final class RevokeSnapshotAccessRequest extends RedshiftRequest implements ToCopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevokeSnapshotAccessRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountWithRestoreAccess()
The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
|
static RevokeSnapshotAccessRequest.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 RevokeSnapshotAccessRequest.Builder> |
serializableBuilderClass() |
String |
snapshotArn()
The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
|
String |
snapshotClusterIdentifier()
The identifier of the cluster the snapshot was created from.
|
String |
snapshotIdentifier()
The identifier of the snapshot that the account can no longer access.
|
RevokeSnapshotAccessRequest.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 that the account can no longer access.
public final String snapshotArn()
The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
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 that can no longer restore the specified snapshot.
public RevokeSnapshotAccessRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>toBuilder in class RedshiftRequestpublic static RevokeSnapshotAccessRequest.Builder builder()
public static Class<? extends RevokeSnapshotAccessRequest.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.