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.Builder
acl
(Consumer<ACL.Builder> acl) The updated Access Control List.The updated Access Control List.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaACL.builder()
.When the
Consumer
completes,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:
-