public static interface CreateVolumePermissionModifications.Builder extends SdkPojo, CopyableBuilder<CreateVolumePermissionModifications.Builder,CreateVolumePermissionModifications>
| Modifier and Type | Method and Description |
|---|---|
CreateVolumePermissionModifications.Builder |
add(Collection<CreateVolumePermission> add)
Adds the specified AWS account ID or group to the list.
|
CreateVolumePermissionModifications.Builder |
add(Consumer<CreateVolumePermission.Builder>... add)
Adds the specified AWS account ID or group to the list.
|
CreateVolumePermissionModifications.Builder |
add(CreateVolumePermission... add)
Adds the specified AWS account ID or group to the list.
|
CreateVolumePermissionModifications.Builder |
remove(Collection<CreateVolumePermission> remove)
Removes the specified AWS account ID or group from the list.
|
CreateVolumePermissionModifications.Builder |
remove(Consumer<CreateVolumePermission.Builder>... remove)
Removes the specified AWS account ID or group from the list.
|
CreateVolumePermissionModifications.Builder |
remove(CreateVolumePermission... remove)
Removes the specified AWS account ID or group from the list.
|
copyapplyMutation, buildCreateVolumePermissionModifications.Builder add(Collection<CreateVolumePermission> add)
Adds the specified AWS account ID or group to the list.
add - Adds the specified AWS account ID or group to the list.CreateVolumePermissionModifications.Builder add(CreateVolumePermission... add)
Adds the specified AWS account ID or group to the list.
add - Adds the specified AWS account ID or group to the list.CreateVolumePermissionModifications.Builder add(Consumer<CreateVolumePermission.Builder>... add)
Adds the specified AWS account ID or group to the list.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #add(List) .add - a consumer that will call methods on List.Builder #add(List) CreateVolumePermissionModifications.Builder remove(Collection<CreateVolumePermission> remove)
Removes the specified AWS account ID or group from the list.
remove - Removes the specified AWS account ID or group from the list.CreateVolumePermissionModifications.Builder remove(CreateVolumePermission... remove)
Removes the specified AWS account ID or group from the list.
remove - Removes the specified AWS account ID or group from the list.CreateVolumePermissionModifications.Builder remove(Consumer<CreateVolumePermission.Builder>... remove)
Removes the specified AWS account ID or group from the list.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #remove(List) .remove - a consumer that will call methods on List.Builder #remove(List) Copyright © 2019. All rights reserved.