Class CfnConnectorMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorscep.CfnConnectorMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorMixinProps>
- Enclosing interface:
CfnConnectorMixinProps
@Stability(Stable)
public static final class CfnConnectorMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorMixinProps>
A builder for
CfnConnectorMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnConnectorMixinProps.getCertificateAuthorityArn()mobileDeviceManagement(CfnConnectorPropsMixin.MobileDeviceManagementProperty mobileDeviceManagement) Sets the value ofCfnConnectorMixinProps.getMobileDeviceManagement()mobileDeviceManagement(IResolvable mobileDeviceManagement) Sets the value ofCfnConnectorMixinProps.getMobileDeviceManagement()Sets the value ofCfnConnectorMixinProps.getTags()vpcEndpointId(String vpcEndpointId) Sets the value ofCfnConnectorMixinProps.getVpcEndpointId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateAuthorityArn
@Stability(Stable) public CfnConnectorMixinProps.Builder certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnConnectorMixinProps.getCertificateAuthorityArn()- Parameters:
certificateAuthorityArn- The Amazon Resource Name (ARN) of the certificate authority associated with the connector.- Returns:
this
-
mobileDeviceManagement
@Stability(Stable) public CfnConnectorMixinProps.Builder mobileDeviceManagement(IResolvable mobileDeviceManagement) Sets the value ofCfnConnectorMixinProps.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 CfnConnectorMixinProps.Builder mobileDeviceManagement(CfnConnectorPropsMixin.MobileDeviceManagementProperty mobileDeviceManagement) Sets the value ofCfnConnectorMixinProps.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 ofCfnConnectorMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
vpcEndpointId
Sets the value ofCfnConnectorMixinProps.getVpcEndpointId()- Parameters:
vpcEndpointId- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorMixinProps>- Returns:
- a new instance of
CfnConnectorMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-