Interface UpdateAclResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAclResponse.Builder,,UpdateAclResponse> MemoryDbResponse.Builder,SdkBuilder<UpdateAclResponse.Builder,,UpdateAclResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateAclResponse
@Mutable
@NotThreadSafe
public static interface UpdateAclResponse.Builder
extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateAclResponse.Builder,UpdateAclResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateAclResponse.Builderacl(Consumer<ACL.Builder> acl) The updated Access Control List.The updated Access Control List.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
acl
The updated Access Control List.
- Parameters:
 acl- The updated Access Control List.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
acl
The updated Access Control List.
This is a convenience method that creates an instance of theACL.Builderavoiding the need to create one manually viaACL.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toacl(ACL).- Parameters:
 acl- a consumer that will call methods onACL.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -