| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute)
The snapshot attribute to modify.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.attribute(String attribute)
The snapshot attribute to modify.
|
static ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.builder() |
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.createVolumePermission(CreateVolumePermissionModifications createVolumePermission)
A JSON representation of the snapshot attribute modification.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.groupNames(Collection<String> groupNames)
The group to modify for the snapshot.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.groupNames(String... groupNames)
The group to modify for the snapshot.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.operationType(OperationType operationType)
The type of operation to perform to the attribute.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.operationType(String operationType)
The type of operation to perform to the attribute.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.snapshotId(String snapshotId)
The ID of the snapshot.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.toBuilder() |
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.userIds(Collection<String> userIds)
The account ID to modify for the snapshot.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.userIds(String... userIds)
The account ID to modify for the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifySnapshotAttributeRequest.Builder> |
ModifySnapshotAttributeRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.