public static interface ListCertificateAuthoritiesRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<ListCertificateAuthoritiesRequest.Builder,ListCertificateAuthoritiesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCertificateAuthoritiesRequest.Builder |
maxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response
on each page.
|
ListCertificateAuthoritiesRequest.Builder |
nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results.
|
ListCertificateAuthoritiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCertificateAuthoritiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCertificateAuthoritiesRequest.Builder |
resourceOwner(ResourceOwner resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
ListCertificateAuthoritiesRequest.Builder |
resourceOwner(String resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCertificateAuthoritiesRequest.Builder nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you just
received.
nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you
just received.ListCertificateAuthoritiesRequest.Builder maxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response
on each page. 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.
maxResults - Use this parameter when paginating results to specify the maximum number of items to return in the
response on each page. 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.ListCertificateAuthoritiesRequest.Builder resourceOwner(String resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
resourceOwner - Use this parameter to filter the returned set of certificate authorities based on their owner. The
default is SELF.ResourceOwner,
ResourceOwnerListCertificateAuthoritiesRequest.Builder resourceOwner(ResourceOwner resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
resourceOwner - Use this parameter to filter the returned set of certificate authorities based on their owner. The
default is SELF.ResourceOwner,
ResourceOwnerListCertificateAuthoritiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCertificateAuthoritiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.