CopyableBuilder<CreateVolumePermission.Builder,CreateVolumePermission>
, SdkBuilder<CreateVolumePermission.Builder,CreateVolumePermission>
public static interface CreateVolumePermission.Builder extends CopyableBuilder<CreateVolumePermission.Builder,CreateVolumePermission>
Modifier and Type | Method | Description |
---|---|---|
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 |
group(PermissionGroup 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.
|
copy
apply, build
CreateVolumePermission.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
CreateVolumePermission.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
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.
userId
- The specific AWS account ID that is to be added or removed from a volume's list of create volume
permissions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.