public static interface ListTrustStoreCertificatesRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<ListTrustStoreCertificatesRequest.Builder,ListTrustStoreCertificatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTrustStoreCertificatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
|
ListTrustStoreCertificatesRequest.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListTrustStoreCertificatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTrustStoreCertificatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTrustStoreCertificatesRequest.Builder |
trustStoreArn(String trustStoreArn)
The ARN of the trust store
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrustStoreCertificatesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
maxResults - The maximum number of results to be included in the next page.ListTrustStoreCertificatesRequest.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.ListTrustStoreCertificatesRequest.Builder trustStoreArn(String trustStoreArn)
The ARN of the trust store
trustStoreArn - The ARN of the trust storeListTrustStoreCertificatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTrustStoreCertificatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.