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)
Add an optional request override configuration.
|
ListCertificatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListCertificatesRequest.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)
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 © 2021 Amazon Web Services, Inc. All Rights Reserved.