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