Interface ListWebsiteAuthorizationProvidersResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListWebsiteAuthorizationProvidersResponse.Builder,,ListWebsiteAuthorizationProvidersResponse> SdkBuilder<ListWebsiteAuthorizationProvidersResponse.Builder,,ListWebsiteAuthorizationProvidersResponse> SdkPojo,SdkResponse.Builder,WorkLinkResponse.Builder
- Enclosing class:
 ListWebsiteAuthorizationProvidersResponse
public static interface ListWebsiteAuthorizationProvidersResponse.Builder
extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<ListWebsiteAuthorizationProvidersResponse.Builder,ListWebsiteAuthorizationProvidersResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe pagination token to use to retrieve the next page of results for this operation.websiteAuthorizationProviders(Collection<WebsiteAuthorizationProviderSummary> websiteAuthorizationProviders) The website authorization providers.websiteAuthorizationProviders(Consumer<WebsiteAuthorizationProviderSummary.Builder>... websiteAuthorizationProviders) The website authorization providers.websiteAuthorizationProviders(WebsiteAuthorizationProviderSummary... websiteAuthorizationProviders) The website authorization providers.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.worklink.model.WorkLinkResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
websiteAuthorizationProviders
ListWebsiteAuthorizationProvidersResponse.Builder websiteAuthorizationProviders(Collection<WebsiteAuthorizationProviderSummary> websiteAuthorizationProviders) The website authorization providers.
- Parameters:
 websiteAuthorizationProviders- The website authorization providers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
websiteAuthorizationProviders
ListWebsiteAuthorizationProvidersResponse.Builder websiteAuthorizationProviders(WebsiteAuthorizationProviderSummary... websiteAuthorizationProviders) The website authorization providers.
- Parameters:
 websiteAuthorizationProviders- The website authorization providers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
websiteAuthorizationProviders
ListWebsiteAuthorizationProvidersResponse.Builder websiteAuthorizationProviders(Consumer<WebsiteAuthorizationProviderSummary.Builder>... websiteAuthorizationProviders) The website authorization providers.
This is a convenience method that creates an instance of theWebsiteAuthorizationProviderSummary.Builderavoiding the need to create one manually viaWebsiteAuthorizationProviderSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towebsiteAuthorizationProviders(List<WebsiteAuthorizationProviderSummary>).- Parameters:
 websiteAuthorizationProviders- a consumer that will call methods onWebsiteAuthorizationProviderSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -