public static interface ListCertificatesRequest.Builder extends ACMRequest.Builder, CopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesRequest.Builder |
certificateStatuses(Collection<String> certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
|
ListCertificatesRequest.Builder |
certificateStatuses(String... certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
|
ListCertificatesRequest.Builder |
maxItems(Integer maxItems)
Use this parameter when paginating results to specify the maximum number of items to return in the response.
|
ListCertificatesRequest.Builder |
nextToken(String nextToken)
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results.
|
ListCertificatesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListCertificatesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListCertificatesRequest.Builder certificateStatuses(Collection<String> certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
certificateStatuses - The status or statuses on which to filter the list of ACM Certificates.ListCertificatesRequest.Builder certificateStatuses(String... certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
certificateStatuses - The status or statuses on which to filter the list of ACM Certificates.ListCertificatesRequest.Builder nextToken(String nextToken)
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results. Set it to the value of NextToken from the response you just received.
nextToken - Use this parameter only when paginating results and only in a subsequent request after you receive a
response with truncated results. Set it to the value of NextToken from the response you
just received.ListCertificatesRequest.Builder maxItems(Integer maxItems)
Use this parameter when paginating results to specify the maximum number of items to return in the response.
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.
maxItems - Use this parameter when paginating results to specify the maximum number of items to return in the
response. 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.ListCertificatesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListCertificatesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.