Interface PutIdentityProviderConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutIdentityProviderConfigurationRequest.Builder,PutIdentityProviderConfigurationRequest>,SdkBuilder<PutIdentityProviderConfigurationRequest.Builder,PutIdentityProviderConfigurationRequest>,SdkPojo,SdkRequest.Builder,WorkMailRequest.Builder
- Enclosing class:
- PutIdentityProviderConfigurationRequest
public static interface PutIdentityProviderConfigurationRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<PutIdentityProviderConfigurationRequest.Builder,PutIdentityProviderConfigurationRequest>
-
-
Method Summary
-
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 Detail
-
organizationId
PutIdentityProviderConfigurationRequest.Builder organizationId(String 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
PutIdentityProviderConfigurationRequest.Builder authenticationMode(String 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:
IdentityProviderAuthenticationMode,IdentityProviderAuthenticationMode
-
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:
IdentityProviderAuthenticationMode,IdentityProviderAuthenticationMode
-
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.Builderavoiding the need to create one manually viaIdentityCenterConfiguration.builder().When the
Consumercompletes,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:
identityCenterConfiguration(IdentityCenterConfiguration)
-
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.Builderavoiding the need to create one manually viaPersonalAccessTokenConfiguration.builder().When the
Consumercompletes,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:
personalAccessTokenConfiguration(PersonalAccessTokenConfiguration)
-
overrideConfiguration
PutIdentityProviderConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutIdentityProviderConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-