Interface UpdateAclRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateAclRequest.Builder,
,UpdateAclRequest> MemoryDbRequest.Builder
,SdkBuilder<UpdateAclRequest.Builder,
,UpdateAclRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateAclRequest
@Mutable
@NotThreadSafe
public static interface UpdateAclRequest.Builder
extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateAclRequest.Builder,UpdateAclRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Access Control List.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.userNamesToAdd
(String... userNamesToAdd) The list of users to add to the Access Control List.userNamesToAdd
(Collection<String> userNamesToAdd) The list of users to add to the Access Control List.userNamesToRemove
(String... userNamesToRemove) The list of users to remove from the Access Control List.userNamesToRemove
(Collection<String> userNamesToRemove) The list of users to remove from the Access Control List.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
aclName
The name of the Access Control List.
- Parameters:
aclName
- The name of the Access Control List.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userNamesToAdd
The list of users to add to the Access Control List.
- Parameters:
userNamesToAdd
- The list of users to add to the Access Control List.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userNamesToAdd
The list of users to add to the Access Control List.
- Parameters:
userNamesToAdd
- The list of users to add to the Access Control List.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userNamesToRemove
The list of users to remove from the Access Control List.
- Parameters:
userNamesToRemove
- The list of users to remove from the Access Control List.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userNamesToRemove
The list of users to remove from the Access Control List.
- Parameters:
userNamesToRemove
- The list of users to remove from the Access Control List.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAclRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAclRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-