public static interface CreateVolumePermission.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateVolumePermission.Builder,CreateVolumePermission>
| Modifier and Type | Method and Description |
|---|---|
CreateVolumePermission.Builder |
group(PermissionGroup group)
The specific group that is to be added or removed from a volume's list of create volume permissions.
|
CreateVolumePermission.Builder |
group(String group)
The specific group that is to be added or removed from a volume's list of create volume permissions.
|
CreateVolumePermission.Builder |
userId(String userId)
The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.
|
copyapply, buildCreateVolumePermission.Builder group(String group)
The specific group that is to be added or removed from a volume's list of create volume permissions.
group - The specific group that is to be added or removed from a volume's list of create volume permissions.PermissionGroup,
PermissionGroupCreateVolumePermission.Builder group(PermissionGroup group)
The specific group that is to be added or removed from a volume's list of create volume permissions.
group - The specific group that is to be added or removed from a volume's list of create volume permissions.PermissionGroup,
PermissionGroupCreateVolumePermission.Builder userId(String userId)
The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.
userId - The specific AWS account ID that is to be added or removed from a volume's list of create volume
permissions.Copyright © 2017. All rights reserved.