Interface CreateAclRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateAclRequest.Builder,,CreateAclRequest> MemoryDbRequest.Builder,SdkBuilder<CreateAclRequest.Builder,,CreateAclRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateAclRequest
public static interface CreateAclRequest.Builder
extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<CreateAclRequest.Builder,CreateAclRequest> 
- 
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.tags(Collection<Tag> tags) A list of tags to be added to this resource.tags(Consumer<Tag.Builder>... tags) A list of tags to be added to this resource.A list of tags to be added to this resource.The list of users that belong to the Access Control List.userNames(Collection<String> userNames) The list of users that belong to the Access Control List.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
 
 - 
userNames
The list of users that belong to the Access Control List.
- Parameters:
 userNames- The list of users that belong to the Access Control List.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userNames
The list of users that belong to the Access Control List.
- Parameters:
 userNames- The list of users that belong to the Access Control List.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
- Parameters:
 tags- A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
- Parameters:
 tags- A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateAclRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateAclRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -