Interface LoadPermissionModifications.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LoadPermissionModifications.Builder,,LoadPermissionModifications> SdkBuilder<LoadPermissionModifications.Builder,,LoadPermissionModifications> SdkPojo
- Enclosing class:
 LoadPermissionModifications
public static interface LoadPermissionModifications.Builder
extends SdkPojo, CopyableBuilder<LoadPermissionModifications.Builder,LoadPermissionModifications> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe load permissions to add.add(Consumer<LoadPermissionRequest.Builder>... add) The load permissions to add.add(LoadPermissionRequest... add) The load permissions to add.remove(Collection<LoadPermissionRequest> remove) The load permissions to remove.remove(Consumer<LoadPermissionRequest.Builder>... remove) The load permissions to remove.remove(LoadPermissionRequest... remove) The load permissions to remove.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
add
The load permissions to add.
- Parameters:
 add- The load permissions to add.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
add
The load permissions to add.
- Parameters:
 add- The load permissions to add.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
add
The load permissions to add.
This is a convenience method that creates an instance of theLoadPermissionRequest.Builderavoiding the need to create one manually viaLoadPermissionRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadd(List<LoadPermissionRequest>).- Parameters:
 add- a consumer that will call methods onLoadPermissionRequest.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
remove
The load permissions to remove.
- Parameters:
 remove- The load permissions to remove.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
remove
The load permissions to remove.
- Parameters:
 remove- The load permissions to remove.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
remove
The load permissions to remove.
This is a convenience method that creates an instance of theLoadPermissionRequest.Builderavoiding the need to create one manually viaLoadPermissionRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toremove(List<LoadPermissionRequest>).- Parameters:
 remove- a consumer that will call methods onLoadPermissionRequest.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -