Interface PutIdentityProviderConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutIdentityProviderConfigurationRequest.Builder,
,PutIdentityProviderConfigurationRequest> SdkBuilder<PutIdentityProviderConfigurationRequest.Builder,
,PutIdentityProviderConfigurationRequest> SdkPojo
,SdkRequest.Builder
,WorkMailRequest.Builder
- Enclosing class:
PutIdentityProviderConfigurationRequest
@Mutable
@NotThreadSafe
public static interface PutIdentityProviderConfigurationRequest.Builder
extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<PutIdentityProviderConfigurationRequest.Builder,PutIdentityProviderConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationMode
(String authenticationMode) The authentication mode used in WorkMail.authenticationMode
(IdentityProviderAuthenticationMode authenticationMode) The authentication mode used in WorkMail.identityCenterConfiguration
(Consumer<IdentityCenterConfiguration.Builder> identityCenterConfiguration) The details of the IAM Identity Center configuration.identityCenterConfiguration
(IdentityCenterConfiguration identityCenterConfiguration) The details of the IAM Identity Center configuration.organizationId
(String organizationId) The ID of the WorkMail Organization.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.personalAccessTokenConfiguration
(Consumer<PersonalAccessTokenConfiguration.Builder> personalAccessTokenConfiguration) The details of the Personal Access Token configuration.personalAccessTokenConfiguration
(PersonalAccessTokenConfiguration personalAccessTokenConfiguration) The details of the Personal Access Token configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builder
build
-
Method Details
-
organizationId
The ID of the WorkMail Organization.
- Parameters:
organizationId
- The ID of the WorkMail Organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationMode
The authentication mode used in WorkMail.
- Parameters:
authenticationMode
- The authentication mode used in WorkMail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationMode
PutIdentityProviderConfigurationRequest.Builder authenticationMode(IdentityProviderAuthenticationMode authenticationMode) The authentication mode used in WorkMail.
- Parameters:
authenticationMode
- The authentication mode used in WorkMail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identityCenterConfiguration
PutIdentityProviderConfigurationRequest.Builder identityCenterConfiguration(IdentityCenterConfiguration identityCenterConfiguration) The details of the IAM Identity Center configuration.
- Parameters:
identityCenterConfiguration
- The details of the IAM Identity Center configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityCenterConfiguration
default PutIdentityProviderConfigurationRequest.Builder identityCenterConfiguration(Consumer<IdentityCenterConfiguration.Builder> identityCenterConfiguration) The details of the IAM Identity Center configuration.
This is a convenience method that creates an instance of theIdentityCenterConfiguration.Builder
avoiding the need to create one manually viaIdentityCenterConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidentityCenterConfiguration(IdentityCenterConfiguration)
.- Parameters:
identityCenterConfiguration
- a consumer that will call methods onIdentityCenterConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
personalAccessTokenConfiguration
PutIdentityProviderConfigurationRequest.Builder personalAccessTokenConfiguration(PersonalAccessTokenConfiguration personalAccessTokenConfiguration) The details of the Personal Access Token configuration.
- Parameters:
personalAccessTokenConfiguration
- The details of the Personal Access Token configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personalAccessTokenConfiguration
default PutIdentityProviderConfigurationRequest.Builder personalAccessTokenConfiguration(Consumer<PersonalAccessTokenConfiguration.Builder> personalAccessTokenConfiguration) The details of the Personal Access Token configuration.
This is a convenience method that creates an instance of thePersonalAccessTokenConfiguration.Builder
avoiding the need to create one manually viaPersonalAccessTokenConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topersonalAccessTokenConfiguration(PersonalAccessTokenConfiguration)
.- Parameters:
personalAccessTokenConfiguration
- a consumer that will call methods onPersonalAccessTokenConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutIdentityProviderConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutIdentityProviderConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-