Interface AssociateWebsiteAuthorizationProviderRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<AssociateWebsiteAuthorizationProviderRequest.Builder,,AssociateWebsiteAuthorizationProviderRequest> SdkBuilder<AssociateWebsiteAuthorizationProviderRequest.Builder,,AssociateWebsiteAuthorizationProviderRequest> SdkPojo,SdkRequest.Builder,WorkLinkRequest.Builder
- Enclosing class:
 AssociateWebsiteAuthorizationProviderRequest
public static interface AssociateWebsiteAuthorizationProviderRequest.Builder
extends WorkLinkRequest.Builder, SdkPojo, CopyableBuilder<AssociateWebsiteAuthorizationProviderRequest.Builder,AssociateWebsiteAuthorizationProviderRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthorizationProviderType(String authorizationProviderType) The authorization provider type.authorizationProviderType(AuthorizationProviderType authorizationProviderType) The authorization provider type.domainName(String domainName) The domain name of the authorization provider.The ARN of the fleet.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.worklink.model.WorkLinkRequest.Builder
build 
- 
Method Details
- 
fleetArn
The ARN of the fleet.
- Parameters:
 fleetArn- The ARN of the fleet.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
authorizationProviderType
AssociateWebsiteAuthorizationProviderRequest.Builder authorizationProviderType(String authorizationProviderType) The authorization provider type.
- Parameters:
 authorizationProviderType- The authorization provider type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
authorizationProviderType
AssociateWebsiteAuthorizationProviderRequest.Builder authorizationProviderType(AuthorizationProviderType authorizationProviderType) The authorization provider type.
- Parameters:
 authorizationProviderType- The authorization provider type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
domainName
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
- Parameters:
 domainName- The domain name of the authorization provider. This applies only to SAML-based authorization providers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
AssociateWebsiteAuthorizationProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
AssociateWebsiteAuthorizationProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -