Interface MicrosoftOauth2ProviderConfigInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MicrosoftOauth2ProviderConfigInput.Builder,
,MicrosoftOauth2ProviderConfigInput> SdkBuilder<MicrosoftOauth2ProviderConfigInput.Builder,
,MicrosoftOauth2ProviderConfigInput> SdkPojo
- Enclosing class:
MicrosoftOauth2ProviderConfigInput
@Mutable
@NotThreadSafe
public static interface MicrosoftOauth2ProviderConfigInput.Builder
extends SdkPojo, CopyableBuilder<MicrosoftOauth2ProviderConfigInput.Builder,MicrosoftOauth2ProviderConfigInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe client ID for the Microsoft OAuth2 provider.clientSecret
(String clientSecret) The client secret for the Microsoft OAuth2 provider.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
-
Method Details
-
clientId
The client ID for the Microsoft OAuth2 provider.
- Parameters:
clientId
- The client ID for the Microsoft OAuth2 provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
The client secret for the Microsoft OAuth2 provider.
- Parameters:
clientSecret
- The client secret for the Microsoft OAuth2 provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-