Interface OpenIdConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OpenIdConfiguration.Builder,
,OpenIdConfiguration> SdkBuilder<OpenIdConfiguration.Builder,
,OpenIdConfiguration> SdkPojo
- Enclosing class:
OpenIdConfiguration
@Mutable
@NotThreadSafe
public static interface OpenIdConfiguration.Builder
extends SdkPojo, CopyableBuilder<OpenIdConfiguration.Builder,OpenIdConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe audience value to copy into your Microsoft Entra app registration's OIDC.The issuer value to copy into your Microsoft Entra app registration's OIDC.The subject value to copy into your Microsoft Entra app registration's OIDC.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
-
issuer
The issuer value to copy into your Microsoft Entra app registration's OIDC.
- Parameters:
issuer
- The issuer value to copy into your Microsoft Entra app registration's OIDC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subject
The subject value to copy into your Microsoft Entra app registration's OIDC.
- Parameters:
subject
- The subject value to copy into your Microsoft Entra app registration's OIDC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audience
The audience value to copy into your Microsoft Entra app registration's OIDC.
- Parameters:
audience
- The audience value to copy into your Microsoft Entra app registration's OIDC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-