Class CfnConnectorPropsMixin.IntuneConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorscep.CfnConnectorPropsMixin.IntuneConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorPropsMixin.IntuneConfigurationProperty>
- Enclosing interface:
CfnConnectorPropsMixin.IntuneConfigurationProperty
@Stability(Stable)
public static final class CfnConnectorPropsMixin.IntuneConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorPropsMixin.IntuneConfigurationProperty>
A builder for
CfnConnectorPropsMixin.IntuneConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionazureApplicationId(String azureApplicationId) build()Builds the configured instance.Sets the value ofCfnConnectorPropsMixin.IntuneConfigurationProperty.getDomain()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
azureApplicationId
@Stability(Stable) public CfnConnectorPropsMixin.IntuneConfigurationProperty.Builder azureApplicationId(String azureApplicationId) - Parameters:
azureApplicationId- The directory (tenant) ID from your Microsoft Entra ID app registration.- Returns:
this
-
domain
@Stability(Stable) public CfnConnectorPropsMixin.IntuneConfigurationProperty.Builder domain(String domain) Sets the value ofCfnConnectorPropsMixin.IntuneConfigurationProperty.getDomain()- Parameters:
domain- The primary domain from your Microsoft Entra ID app registration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorPropsMixin.IntuneConfigurationProperty>- Returns:
- a new instance of
CfnConnectorPropsMixin.IntuneConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-