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 method that creates an instance of theWebsiteAuthorizationProviderSummary.Builder avoiding
the need to create one manually via
WebsiteAuthorizationProviderSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #websiteAuthorizationProviders(List.
websiteAuthorizationProviders - a consumer that will call methods on
WebsiteAuthorizationProviderSummary.Builder#websiteAuthorizationProviders(java.util.Collection) 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 © 2023. All rights reserved.