public static interface DescribeAcLsRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeAcLsRequest.Builder,DescribeAcLsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAcLsRequest.Builder |
aclName(String aclName)
The name of the ACL
|
DescribeAcLsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to include in the response.
|
DescribeAcLsRequest.Builder |
nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeAcLsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAcLsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAcLsRequest.Builder aclName(String aclName)
The name of the ACL
aclName - The name of the ACLDescribeAcLsRequest.Builder maxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
maxResults - The maximum number of records to include in the response. If more records exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.DescribeAcLsRequest.Builder nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. 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 - An optional argument to pass in case the total number of records exceeds the value of MaxResults. 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.DescribeAcLsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAcLsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.