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.The Microsoft Entra ID (formerly Azure AD) tenant ID for your organization.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.
-
tenantId
The Microsoft Entra ID (formerly Azure AD) tenant ID for your organization. This identifies the specific tenant within Microsoft's identity platform where your application is registered.
- Parameters:
tenantId
- The Microsoft Entra ID (formerly Azure AD) tenant ID for your organization. This identifies the specific tenant within Microsoft's identity platform where your application is registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-