public static interface ListCertificateAuthoritiesRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<ListCertificateAuthoritiesRequest.Builder,ListCertificateAuthoritiesRequest>
Modifier and Type | Method and Description |
---|---|
ListCertificateAuthoritiesRequest.Builder |
maxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response
on each page.
|
ListCertificateAuthoritiesRequest.Builder |
nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results.
|
ListCertificateAuthoritiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListCertificateAuthoritiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListCertificateAuthoritiesRequest.Builder nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken
parameter from the response you just
received.
nextToken
- Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken
parameter from the response you
just received.ListCertificateAuthoritiesRequest.Builder maxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response
on each page. If additional items exist beyond the number you specify, the NextToken
element is
sent in the response. Use this NextToken
value in a subsequent request to retrieve additional
items.
maxResults
- Use this parameter when paginating results to specify the maximum number of items to return in the
response on each page. If additional items exist beyond the number you specify, the
NextToken
element is sent in the response. Use this NextToken
value in a
subsequent request to retrieve additional items.ListCertificateAuthoritiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListCertificateAuthoritiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.