Class CfnConnectorProps.Builder
java.lang.Object
software.amazon.awscdk.services.pcaconnectorscep.CfnConnectorProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProps>
- Enclosing interface:
CfnConnectorProps
@Stability(Stable)
public static final class CfnConnectorProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProps>
A builder for
CfnConnectorProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnConnectorProps.getCertificateAuthorityArn()mobileDeviceManagement(IResolvable mobileDeviceManagement) Sets the value ofCfnConnectorProps.getMobileDeviceManagement()mobileDeviceManagement(CfnConnector.MobileDeviceManagementProperty mobileDeviceManagement) Sets the value ofCfnConnectorProps.getMobileDeviceManagement()Sets the value ofCfnConnectorProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateAuthorityArn
@Stability(Stable) public CfnConnectorProps.Builder certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnConnectorProps.getCertificateAuthorityArn()- Parameters:
certificateAuthorityArn- The Amazon Resource Name (ARN) of the certificate authority associated with the connector. This parameter is required.- Returns:
this
-
mobileDeviceManagement
@Stability(Stable) public CfnConnectorProps.Builder mobileDeviceManagement(IResolvable mobileDeviceManagement) Sets the value ofCfnConnectorProps.getMobileDeviceManagement()- Parameters:
mobileDeviceManagement- Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configureMobileDeviceManagement, then the connector is for general-purpose use and this object is empty.- Returns:
this
-
mobileDeviceManagement
@Stability(Stable) public CfnConnectorProps.Builder mobileDeviceManagement(CfnConnector.MobileDeviceManagementProperty mobileDeviceManagement) Sets the value ofCfnConnectorProps.getMobileDeviceManagement()- Parameters:
mobileDeviceManagement- Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configureMobileDeviceManagement, then the connector is for general-purpose use and this object is empty.- Returns:
this
-
tags
Sets the value ofCfnConnectorProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProps>- Returns:
- a new instance of
CfnConnectorProps - Throws:
NullPointerException- if any required attribute was not provided
-