Interface DescribeIdentityProviderConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeIdentityProviderConfigurationResponse.Builder,DescribeIdentityProviderConfigurationResponse>,SdkBuilder<DescribeIdentityProviderConfigurationResponse.Builder,DescribeIdentityProviderConfigurationResponse>,SdkPojo,SdkResponse.Builder,WorkMailResponse.Builder
- Enclosing class:
- DescribeIdentityProviderConfigurationResponse
public static interface DescribeIdentityProviderConfigurationResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<DescribeIdentityProviderConfigurationResponse.Builder,DescribeIdentityProviderConfigurationResponse>
-
-
Method Summary
-
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 Detail
-
authenticationMode
DescribeIdentityProviderConfigurationResponse.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
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:
IdentityProviderAuthenticationMode,IdentityProviderAuthenticationMode
-
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.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
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.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)
-
-