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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #acLs(List) .acLs - a consumer that will call methods on List.Builder #acLs(List) 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 © 2021. All rights reserved.