public static interface ListCertificatesRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesRequest.Builder |
directoryId(String directoryId)
The identifier of the directory.
|
ListCertificatesRequest.Builder |
limit(Integer limit)
The number of items that should show up on one page
|
ListCertificatesRequest.Builder |
nextToken(String nextToken)
A token for requesting another page of certificates if the
NextToken response element indicates
that more certificates are available. |
ListCertificatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCertificatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCertificatesRequest.Builder directoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.ListCertificatesRequest.Builder nextToken(String nextToken)
A token for requesting another page of certificates if the NextToken response element indicates
that more certificates are available. Use the value of the returned NextToken element in your
request until the token comes back as null. Pass null if this is the first call.
nextToken - A token for requesting another page of certificates if the NextToken response element
indicates that more certificates are available. Use the value of the returned NextToken
element in your request until the token comes back as null. Pass null if
this is the first call.ListCertificatesRequest.Builder limit(Integer limit)
The number of items that should show up on one page
limit - The number of items that should show up on one pageListCertificatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCertificatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.