public static interface ListWebsiteAuthorizationProvidersResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<ListWebsiteAuthorizationProvidersResponse.Builder,ListWebsiteAuthorizationProvidersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWebsiteAuthorizationProvidersResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListWebsiteAuthorizationProvidersResponse.Builder |
websiteAuthorizationProviders(Collection<WebsiteAuthorizationProviderSummary> websiteAuthorizationProviders)
The website authorization providers.
|
ListWebsiteAuthorizationProvidersResponse.Builder |
websiteAuthorizationProviders(Consumer<WebsiteAuthorizationProviderSummary.Builder>... websiteAuthorizationProviders)
The website authorization providers.
|
ListWebsiteAuthorizationProvidersResponse.Builder |
websiteAuthorizationProviders(WebsiteAuthorizationProviderSummary... websiteAuthorizationProviders)
The website authorization providers.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWebsiteAuthorizationProvidersResponse.Builder websiteAuthorizationProviders(Collection<WebsiteAuthorizationProviderSummary> websiteAuthorizationProviders)
The website authorization providers.
websiteAuthorizationProviders - The website authorization providers.ListWebsiteAuthorizationProvidersResponse.Builder websiteAuthorizationProviders(WebsiteAuthorizationProviderSummary... websiteAuthorizationProviders)
The website authorization providers.
websiteAuthorizationProviders - The website authorization providers.ListWebsiteAuthorizationProvidersResponse.Builder websiteAuthorizationProviders(Consumer<WebsiteAuthorizationProviderSummary.Builder>... websiteAuthorizationProviders)
The website authorization providers.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #websiteAuthorizationProviders(List) .websiteAuthorizationProviders - a consumer that will call methods on List.Builder #websiteAuthorizationProviders(List) ListWebsiteAuthorizationProvidersResponse.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.Copyright © 2022. All rights reserved.