@Generated(value="software.amazon.awssdk:codegen") public class ModifySnapshotAttributeRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ModifySnapshotAttributeRequest.Builder,ModifySnapshotAttributeRequest>
Contains the parameters for ModifySnapshotAttribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifySnapshotAttributeRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
List<String> |
userIds()
The account ID to modify for the snapshot.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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.
SnapshotAttributeNamepublic CreateVolumePermissionModifications createVolumePermission()
A JSON representation of the snapshot attribute modification.
public List<String> groupNames()
The group to modify for the snapshot.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String operationType()
The type of operation to perform to the attribute.
OperationTypepublic String snapshotId()
The ID of the snapshot.
public List<String> userIds()
The account ID to modify for the snapshot.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ModifySnapshotAttributeRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ModifySnapshotAttributeRequest.Builder,ModifySnapshotAttributeRequest>public static ModifySnapshotAttributeRequest.Builder builder()
public static Class<? extends ModifySnapshotAttributeRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.