Class CfnConnectorPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorscep.CfnConnectorPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorPropsMixin>
- Enclosing class:
CfnConnectorPropsMixin
@Stability(Stable)
public static final class CfnConnectorPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorPropsMixin>
A fluent builder for
CfnConnectorPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()certificateAuthorityArn(String certificateAuthorityArn) The Amazon Resource Name (ARN) of the certificate authority associated with the connector.create()create(CfnPropertyMixinOptions options) mobileDeviceManagement(CfnConnectorPropsMixin.MobileDeviceManagementProperty mobileDeviceManagement) Contains settings relevant to the mobile device management system that you chose for the connector.mobileDeviceManagement(IResolvable mobileDeviceManagement) Contains settings relevant to the mobile device management system that you chose for the connector.vpcEndpointId(String vpcEndpointId)
-
Method Details
-
create
@Stability(Stable) public static CfnConnectorPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnConnectorPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnConnectorPropsMixin.Builder.
-
certificateAuthorityArn
@Stability(Stable) public CfnConnectorPropsMixin.Builder certificateAuthorityArn(String certificateAuthorityArn) The Amazon Resource Name (ARN) of the certificate authority associated with the connector.- Parameters:
certificateAuthorityArn- The Amazon Resource Name (ARN) of the certificate authority associated with the connector. This parameter is required.- Returns:
this- See Also:
-
mobileDeviceManagement
@Stability(Stable) public CfnConnectorPropsMixin.Builder mobileDeviceManagement(IResolvable mobileDeviceManagement) Contains settings relevant to the mobile device management system that you chose for the connector.If you didn't configure
MobileDeviceManagement, then the connector is for general-purpose use and this object is empty.- Parameters:
mobileDeviceManagement- Contains settings relevant to the mobile device management system that you chose for the connector. This parameter is required.- Returns:
this- See Also:
-
mobileDeviceManagement
@Stability(Stable) public CfnConnectorPropsMixin.Builder mobileDeviceManagement(CfnConnectorPropsMixin.MobileDeviceManagementProperty mobileDeviceManagement) Contains settings relevant to the mobile device management system that you chose for the connector.If you didn't configure
MobileDeviceManagement, then the connector is for general-purpose use and this object is empty.- Parameters:
mobileDeviceManagement- Contains settings relevant to the mobile device management system that you chose for the connector. This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
vpcEndpointId
- Parameters:
vpcEndpointId- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorPropsMixin>- Returns:
- a newly built instance of
CfnConnectorPropsMixin.
-