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