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