Class CfnConnectorPropsMixin.MobileDeviceManagementProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorscep.CfnConnectorPropsMixin.MobileDeviceManagementProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorPropsMixin.MobileDeviceManagementProperty>
- Enclosing interface:
CfnConnectorPropsMixin.MobileDeviceManagementProperty
@Stability(Stable)
public static final class CfnConnectorPropsMixin.MobileDeviceManagementProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorPropsMixin.MobileDeviceManagementProperty>
A builder for
CfnConnectorPropsMixin.MobileDeviceManagementProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConnectorPropsMixin.MobileDeviceManagementProperty.getIntune()intune(IResolvable intune) Sets the value ofCfnConnectorPropsMixin.MobileDeviceManagementProperty.getIntune()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
intune
@Stability(Stable) public CfnConnectorPropsMixin.MobileDeviceManagementProperty.Builder intune(IResolvable intune) Sets the value ofCfnConnectorPropsMixin.MobileDeviceManagementProperty.getIntune()- Parameters:
intune- Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune .- Returns:
this
-
intune
@Stability(Stable) public CfnConnectorPropsMixin.MobileDeviceManagementProperty.Builder intune(CfnConnectorPropsMixin.IntuneConfigurationProperty intune) Sets the value ofCfnConnectorPropsMixin.MobileDeviceManagementProperty.getIntune()- Parameters:
intune- Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorPropsMixin.MobileDeviceManagementProperty>- Returns:
- a new instance of
CfnConnectorPropsMixin.MobileDeviceManagementProperty - Throws:
NullPointerException- if any required attribute was not provided
-