public static interface DeleteAclResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DeleteAclResponse.Builder,DeleteAclResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAclResponse.Builder |
acl(ACL acl)
The Access Control List object that has been deleted.
|
default DeleteAclResponse.Builder |
acl(Consumer<ACL.Builder> acl)
The Access Control List object that has been deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAclResponse.Builder acl(ACL acl)
The Access Control List object that has been deleted.
acl - The Access Control List object that has been deleted.default DeleteAclResponse.Builder acl(Consumer<ACL.Builder> acl)
The Access Control List object that has been deleted.
This is a convenience method 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 © 2022. All rights reserved.