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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWebsiteAuthorizationProvidersResponse.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListWebsiteAuthorizationProvidersResponse.BuilderwebsiteAuthorizationProviders(Collection<WebsiteAuthorizationProviderSummary> websiteAuthorizationProviders)The website authorization providers.ListWebsiteAuthorizationProvidersResponse.BuilderwebsiteAuthorizationProviders(Consumer<WebsiteAuthorizationProviderSummary.Builder>... websiteAuthorizationProviders)The website authorization providers.ListWebsiteAuthorizationProvidersResponse.BuilderwebsiteAuthorizationProviders(WebsiteAuthorizationProviderSummary... websiteAuthorizationProviders)The website authorization providers.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.worklink.model.WorkLinkResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
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 to#websiteAuthorizationProviders(List.) - 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:
#websiteAuthorizationProviders(java.util.Collection)
-
nextToken
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.
- 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.
-
-