Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
@Generated("software.amazon.awssdk:codegen") public class RevokeSnapshotAccessRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
RevokeSnapshotAccessRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accountWithRestoreAccess() |
The identifier of the AWS customer account that can no longer restore the specified snapshot.
|
static RevokeSnapshotAccessRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends RevokeSnapshotAccessRequest.Builder> |
serializableBuilderClass() |
|
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() |
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 that the account can no longer access.
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 that can no longer restore the specified snapshot.
public RevokeSnapshotAccessRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
public static RevokeSnapshotAccessRequest.Builder builder()
public static Class<? extends RevokeSnapshotAccessRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.