@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 |
|---|---|
SnapshotAttributeName |
attribute()
The snapshot attribute to modify.
|
String |
attributeString()
The snapshot attribute to modify.
|
static ModifySnapshotAttributeRequest.Builder |
builder() |
CreateVolumePermissionModifications |
createVolumePermission()
A JSON representation of the snapshot attribute modification.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<String> |
groupNames()
The group to modify for the snapshot.
|
int |
hashCode() |
OperationType |
operationType()
The type of operation to perform to the attribute.
|
String |
operationTypeString()
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, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, withSdkClientExecutionTimeoutpublic SnapshotAttributeName attribute()
The snapshot attribute to modify.
Only volume creation permissions may be modified at the customer level.
If the service returns an enum value that is not available in the current SDK version, attribute will
return SnapshotAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeString().
Only volume creation permissions may be modified at the customer level.
SnapshotAttributeNamepublic String attributeString()
The snapshot attribute to modify.
Only volume creation permissions may be modified at the customer level.
If the service returns an enum value that is not available in the current SDK version, attribute will
return SnapshotAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeString().
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 OperationType operationType()
The type of operation to perform to the attribute.
If the service returns an enum value that is not available in the current SDK version, operationType
will return OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
operationTypeString().
OperationTypepublic String operationTypeString()
The type of operation to perform to the attribute.
If the service returns an enum value that is not available in the current SDK version, operationType
will return OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
operationTypeString().
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()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2017. All rights reserved.