public static interface UpdateAclResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateAclResponse.Builder,UpdateAclResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAclResponse.Builder |
acl(ACL acl)
The updated Access Control List
|
default UpdateAclResponse.Builder |
acl(Consumer<ACL.Builder> acl)
The updated Access Control List
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAclResponse.Builder acl(ACL acl)
The updated Access Control List
acl - The updated Access Control Listdefault UpdateAclResponse.Builder acl(Consumer<ACL.Builder> acl)
The updated Access Control List
This is a convenience that creates an instance of theACL.Builder avoiding the need to create one
manually via ACL.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to acl(ACL).acl - a consumer that will call methods on ACL.Builderacl(ACL)Copyright © 2021. All rights reserved.