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