Class CfnConnectorMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.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()directoryId(String directoryId) Sets the value ofCfnConnectorMixinProps.getDirectoryId()Sets the value ofCfnConnectorMixinProps.getTags()vpcInformation(CfnConnectorPropsMixin.VpcInformationProperty vpcInformation) Sets the value ofCfnConnectorMixinProps.getVpcInformation()vpcInformation(IResolvable vpcInformation) Sets the value ofCfnConnectorMixinProps.getVpcInformation()
-
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 being used.- Returns:
this
-
directoryId
Sets the value ofCfnConnectorMixinProps.getDirectoryId()- Parameters:
directoryId- The identifier of the Active Directory.- Returns:
this
-
tags
Sets the value ofCfnConnectorMixinProps.getTags()- Parameters:
tags- Metadata assigned to a connector consisting of a key-value pair.- Returns:
this
-
vpcInformation
Sets the value ofCfnConnectorMixinProps.getVpcInformation()- Parameters:
vpcInformation- Information of the VPC and security group(s) used with the connector.- Returns:
this
-
vpcInformation
@Stability(Stable) public CfnConnectorMixinProps.Builder vpcInformation(CfnConnectorPropsMixin.VpcInformationProperty vpcInformation) Sets the value ofCfnConnectorMixinProps.getVpcInformation()- Parameters:
vpcInformation- Information of the VPC and security group(s) used with the connector.- 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
-