public static interface ListWebsiteCertificateAuthoritiesRequest.Builder extends WorkLinkRequest.Builder, SdkPojo, CopyableBuilder<ListWebsiteCertificateAuthoritiesRequest.Builder,ListWebsiteCertificateAuthoritiesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWebsiteCertificateAuthoritiesRequest.Builder |
fleetArn(String fleetArn)
The ARN of the fleet.
|
ListWebsiteCertificateAuthoritiesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
|
ListWebsiteCertificateAuthoritiesRequest.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListWebsiteCertificateAuthoritiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWebsiteCertificateAuthoritiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWebsiteCertificateAuthoritiesRequest.Builder fleetArn(String fleetArn)
The ARN of the fleet.
fleetArn - The ARN of the fleet.ListWebsiteCertificateAuthoritiesRequest.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.ListWebsiteCertificateAuthoritiesRequest.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token used to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.ListWebsiteCertificateAuthoritiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWebsiteCertificateAuthoritiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.