Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyDBClusterSnapshotAttributeRequest.Builder,ModifyDBClusterSnapshotAttributeRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyDBClusterSnapshotAttributeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyDBClusterSnapshotAttributeRequest.Builder,ModifyDBClusterSnapshotAttributeRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyDBClusterSnapshotAttributeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
attributeName() |
The name of the DB cluster snapshot attribute to modify.
|
static ModifyDBClusterSnapshotAttributeRequest.Builder |
builder() |
|
String |
dbClusterSnapshotIdentifier() |
The identifier for the DB cluster snapshot to modify the attributes for.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ModifyDBClusterSnapshotAttributeRequest.Builder> |
serializableBuilderClass() |
|
ModifyDBClusterSnapshotAttributeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
valuesToAdd() |
A list of DB cluster snapshot attributes to add to the attribute specified by
AttributeName . |
List<String> |
valuesToRemove() |
A list of DB cluster snapshot attributes to remove from the attribute specified by
AttributeName . |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String dbClusterSnapshotIdentifier()
The identifier for the DB cluster snapshot to modify the attributes for.
public String attributeName()
The name of the DB cluster snapshot attribute to modify.
To manage authorization for other AWS accounts to copy or restore a manual DB cluster snapshot, set this value to
restore
.
To manage authorization for other AWS accounts to copy or restore a manual DB cluster snapshot, set this
value to restore
.
public List<String> valuesToAdd()
A list of DB cluster snapshot attributes to add to the attribute specified by AttributeName
.
To authorize other AWS accounts to copy or restore a manual DB cluster snapshot, set this list to include one or
more AWS account IDs, or all
to make the manual DB cluster snapshot restorable by any AWS account.
Do not add the all
value for any manual DB cluster snapshots that contain private information that
you don't want available to all AWS accounts.
AttributeName
.
To authorize other AWS accounts to copy or restore a manual DB cluster snapshot, set this list to include
one or more AWS account IDs, or all
to make the manual DB cluster snapshot restorable by any
AWS account. Do not add the all
value for any manual DB cluster snapshots that contain
private information that you don't want available to all AWS accounts.
public List<String> valuesToRemove()
A list of DB cluster snapshot attributes to remove from the attribute specified by AttributeName
.
To remove authorization for other AWS accounts to copy or restore a manual DB cluster snapshot, set this list to
include one or more AWS account identifiers, or all
to remove authorization for any AWS account to
copy or restore the DB cluster snapshot. If you specify all
, an AWS account whose account ID is
explicitly added to the restore
attribute can still copy or restore a manual DB cluster snapshot.
AttributeName
.
To remove authorization for other AWS accounts to copy or restore a manual DB cluster snapshot, set this
list to include one or more AWS account identifiers, or all
to remove authorization for any
AWS account to copy or restore the DB cluster snapshot. If you specify all
, an AWS account
whose account ID is explicitly added to the restore
attribute can still copy or restore a
manual DB cluster snapshot.
public ModifyDBClusterSnapshotAttributeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyDBClusterSnapshotAttributeRequest.Builder,ModifyDBClusterSnapshotAttributeRequest>
public static ModifyDBClusterSnapshotAttributeRequest.Builder builder()
public static Class<? extends ModifyDBClusterSnapshotAttributeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.