Class CfnConnector.OpenIdConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pcaconnectorscep.CfnConnector.OpenIdConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnector.OpenIdConfigurationProperty>
- Enclosing interface:
CfnConnector.OpenIdConfigurationProperty
@Stability(Stable)
public static final class CfnConnector.OpenIdConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnector.OpenIdConfigurationProperty>
A builder for
CfnConnector.OpenIdConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnConnector.OpenIdConfigurationProperty.getAudience()
build()
Builds the configured instance.Sets the value ofCfnConnector.OpenIdConfigurationProperty.getIssuer()
Sets the value ofCfnConnector.OpenIdConfigurationProperty.getSubject()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
audience
@Stability(Stable) public CfnConnector.OpenIdConfigurationProperty.Builder audience(String audience) Sets the value ofCfnConnector.OpenIdConfigurationProperty.getAudience()
- Parameters:
audience
- The audience value to copy into your Microsoft Entra app registration's OIDC.- Returns:
this
-
issuer
Sets the value ofCfnConnector.OpenIdConfigurationProperty.getIssuer()
- Parameters:
issuer
- The issuer value to copy into your Microsoft Entra app registration's OIDC.- Returns:
this
-
subject
Sets the value ofCfnConnector.OpenIdConfigurationProperty.getSubject()
- Parameters:
subject
- The subject value to copy into your Microsoft Entra app registration's OIDC.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConnector.OpenIdConfigurationProperty>
- Returns:
- a new instance of
CfnConnector.OpenIdConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-