CopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
, SdkBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
public static interface ListCertificatesRequest.Builder extends CopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListCertificatesRequest.Builder |
certificateStatuses(String... certificateStatuses) |
The status or statuses on which to filter the list of ACM Certificates.
|
ListCertificatesRequest.Builder |
certificateStatuses(Collection<String> 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.
|
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.
|
copy
apply, build
ListCertificatesRequest.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.CertificateStatus
ListCertificatesRequest.Builder certificateStatuses(String... certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
NOTE: This method appends the values to the existing list (if any). Use
#setCertificateStatuses(java.util.Collection)
or
#withCertificateStatuses(java.util.Collection)
if you want to override the existing values.
certificateStatuses
- The status or statuses on which to filter the list of ACM Certificates.CertificateStatus
ListCertificatesRequest.Builder certificateStatuses(CertificateStatus... certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
NOTE: This method appends the values to the existing list (if any). Use
#setCertificateStatuses(java.util.Collection)
or
#withCertificateStatuses(java.util.Collection)
if you want to override the existing values.
certificateStatuses
- The status or statuses on which to filter the list of ACM Certificates.CertificateStatus
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.