Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifySnapshotAttributeRequest.Builder,ModifySnapshotAttributeRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifySnapshotAttributeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifySnapshotAttributeRequest.Builder,ModifySnapshotAttributeRequest>
Contains the parameters for ModifySnapshotAttribute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifySnapshotAttributeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
attribute() |
The snapshot attribute to modify.
|
static ModifySnapshotAttributeRequest.Builder |
builder() |
|
CreateVolumePermissionModifications |
createVolumePermission() |
A JSON representation of the snapshot attribute modification.
|
boolean |
equals(Object obj) |
|
List<String> |
groupNames() |
The group to modify for the snapshot.
|
int |
hashCode() |
|
String |
operationType() |
The type of operation to perform to the attribute.
|
static Class<? extends ModifySnapshotAttributeRequest.Builder> |
serializableBuilderClass() |
|
String |
snapshotId() |
The ID of the snapshot.
|
ModifySnapshotAttributeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
userIds() |
The account ID to modify for the snapshot.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String attribute()
The snapshot attribute to modify.
Only volume creation permissions may be modified at the customer level.
Only volume creation permissions may be modified at the customer level.
SnapshotAttributeName
public CreateVolumePermissionModifications createVolumePermission()
A JSON representation of the snapshot attribute modification.
public List<String> groupNames()
The group to modify for the snapshot.
public String operationType()
The type of operation to perform to the attribute.
OperationType
public String snapshotId()
The ID of the snapshot.
public List<String> userIds()
The account ID to modify for the snapshot.
public ModifySnapshotAttributeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifySnapshotAttributeRequest.Builder,ModifySnapshotAttributeRequest>
public static ModifySnapshotAttributeRequest.Builder builder()
public static Class<? extends ModifySnapshotAttributeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.