public class DBSnapshotAttribute extends Object implements Serializable, Cloneable
Contains the name and values of a manual DB snapshot attribute
Manual DB snapshot attributes are used to authorize other AWS accounts to restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API.
| Constructor and Description |
|---|
DBSnapshotAttribute() |
| Modifier and Type | Method and Description |
|---|---|
DBSnapshotAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the manual DB snapshot attribute.
|
List<String> |
getAttributeValues()
The value or values for the manual DB snapshot attribute.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The name of the manual DB snapshot attribute.
|
void |
setAttributeValues(Collection<String> attributeValues)
The value or values for the manual DB snapshot attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBSnapshotAttribute |
withAttributeName(String attributeName)
The name of the manual DB snapshot attribute.
|
DBSnapshotAttribute |
withAttributeValues(Collection<String> attributeValues)
The value or values for the manual DB snapshot attribute.
|
DBSnapshotAttribute |
withAttributeValues(String... attributeValues)
The value or values for the manual DB snapshot attribute.
|
public void setAttributeName(String attributeName)
The name of the manual DB snapshot attribute.
The attribute named restore refers to the list of AWS
accounts that have permission to copy or restore the manual DB cluster
snapshot. For more information, see the ModifyDBSnapshotAttribute
API action.
attributeName - The name of the manual DB snapshot attribute.
The attribute named restore refers to the list of AWS
accounts that have permission to copy or restore the manual DB
cluster snapshot. For more information, see the
ModifyDBSnapshotAttribute API action.
public String getAttributeName()
The name of the manual DB snapshot attribute.
The attribute named restore refers to the list of AWS
accounts that have permission to copy or restore the manual DB cluster
snapshot. For more information, see the ModifyDBSnapshotAttribute
API action.
The attribute named restore refers to the list of
AWS accounts that have permission to copy or restore the manual
DB cluster snapshot. For more information, see the
ModifyDBSnapshotAttribute API action.
public DBSnapshotAttribute withAttributeName(String attributeName)
The name of the manual DB snapshot attribute.
The attribute named restore refers to the list of AWS
accounts that have permission to copy or restore the manual DB cluster
snapshot. For more information, see the ModifyDBSnapshotAttribute
API action.
attributeName - The name of the manual DB snapshot attribute.
The attribute named restore refers to the list of AWS
accounts that have permission to copy or restore the manual DB
cluster snapshot. For more information, see the
ModifyDBSnapshotAttribute API action.
public List<String> getAttributeValues()
The value or values for the manual DB snapshot attribute.
If the AttributeName field is set to restore,
then this element returns a list of IDs of the AWS accounts that are
authorized to copy or restore the manual DB snapshot. If a value of
all is in the list, then the manual DB snapshot is public
and available for any AWS account to copy or restore.
If the AttributeName field is set to
restore, then this element returns a list of IDs of
the AWS accounts that are authorized to copy or restore the
manual DB snapshot. If a value of all is in the
list, then the manual DB snapshot is public and available for any
AWS account to copy or restore.
public void setAttributeValues(Collection<String> attributeValues)
The value or values for the manual DB snapshot attribute.
If the AttributeName field is set to restore,
then this element returns a list of IDs of the AWS accounts that are
authorized to copy or restore the manual DB snapshot. If a value of
all is in the list, then the manual DB snapshot is public
and available for any AWS account to copy or restore.
attributeValues - The value or values for the manual DB snapshot attribute.
If the AttributeName field is set to
restore, then this element returns a list of IDs of
the AWS accounts that are authorized to copy or restore the manual
DB snapshot. If a value of all is in the list, then
the manual DB snapshot is public and available for any AWS account
to copy or restore.
public DBSnapshotAttribute withAttributeValues(String... attributeValues)
The value or values for the manual DB snapshot attribute.
If the AttributeName field is set to restore,
then this element returns a list of IDs of the AWS accounts that are
authorized to copy or restore the manual DB snapshot. If a value of
all is in the list, then the manual DB snapshot is public
and available for any AWS account to copy or restore.
NOTE: This method appends the values to the existing list (if
any). Use setAttributeValues(java.util.Collection) or
withAttributeValues(java.util.Collection) if you want to
override the existing values.
attributeValues - The value or values for the manual DB snapshot attribute.
If the AttributeName field is set to
restore, then this element returns a list of IDs of
the AWS accounts that are authorized to copy or restore the manual
DB snapshot. If a value of all is in the list, then
the manual DB snapshot is public and available for any AWS account
to copy or restore.
public DBSnapshotAttribute withAttributeValues(Collection<String> attributeValues)
The value or values for the manual DB snapshot attribute.
If the AttributeName field is set to restore,
then this element returns a list of IDs of the AWS accounts that are
authorized to copy or restore the manual DB snapshot. If a value of
all is in the list, then the manual DB snapshot is public
and available for any AWS account to copy or restore.
attributeValues - The value or values for the manual DB snapshot attribute.
If the AttributeName field is set to
restore, then this element returns a list of IDs of
the AWS accounts that are authorized to copy or restore the manual
DB snapshot. If a value of all is in the list, then
the manual DB snapshot is public and available for any AWS account
to copy or restore.
public String toString()
toString in class ObjectObject.toString()public DBSnapshotAttribute clone()
Copyright © 2016. All rights reserved.