public static interface DescribeAcLsResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeAcLsResponse.Builder,DescribeAcLsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAcLsResponse.Builder |
acLs(ACL... acLs)
The list of ACLs
|
DescribeAcLsResponse.Builder |
acLs(Collection<ACL> acLs)
The list of ACLs
|
DescribeAcLsResponse.Builder |
acLs(Consumer<ACL.Builder>... acLs)
The list of ACLs
|
DescribeAcLsResponse.Builder |
nextToken(String nextToken)
If nextToken is returned, there are more results available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAcLsResponse.Builder acLs(Collection<ACL> acLs)
The list of ACLs
acLs - The list of ACLsDescribeAcLsResponse.Builder acLs(ACL... acLs)
The list of ACLs
acLs - The list of ACLsDescribeAcLsResponse.Builder acLs(Consumer<ACL.Builder>... acLs)
The list of ACLs
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 #acLs(List.
acLs - a consumer that will call methods on
ACL.Builder#acLs(java.util.Collection) DescribeAcLsResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique
pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged.Copyright © 2022. All rights reserved.