public static interface ListCertificatesRequest.Builder extends AcmRequest.Builder, CopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
Modifier and Type | Method and Description |
---|---|
ListCertificatesRequest.Builder |
certificateStatuses(CertificateStatus... certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
|
ListCertificatesRequest.Builder |
certificateStatuses(Collection<CertificateStatus> certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
|
ListCertificatesRequest.Builder |
certificateStatusesWithStrings(Collection<String> certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
|
ListCertificatesRequest.Builder |
certificateStatusesWithStrings(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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListCertificatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListCertificatesRequest.Builder certificateStatusesWithStrings(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 certificateStatusesWithStrings(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(Collection<CertificateStatus> 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(CertificateStatus... 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListCertificatesRequest.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.