Interface DescribeIdentityProviderConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeIdentityProviderConfigurationResponse.Builder,
,DescribeIdentityProviderConfigurationResponse> SdkBuilder<DescribeIdentityProviderConfigurationResponse.Builder,
,DescribeIdentityProviderConfigurationResponse> SdkPojo
,SdkResponse.Builder
,WorkMailResponse.Builder
- Enclosing class:
DescribeIdentityProviderConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DescribeIdentityProviderConfigurationResponse.Builder
extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<DescribeIdentityProviderConfigurationResponse.Builder,DescribeIdentityProviderConfigurationResponse>
-
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.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.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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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
DescribeIdentityProviderConfigurationResponse.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
DescribeIdentityProviderConfigurationResponse.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 DescribeIdentityProviderConfigurationResponse.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
DescribeIdentityProviderConfigurationResponse.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 DescribeIdentityProviderConfigurationResponse.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:
-