Class CfnConnectorPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.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 being used.create()create(CfnPropertyMixinOptions options) directoryId(String directoryId) The identifier of the Active Directory.Metadata assigned to a connector consisting of a key-value pair.vpcInformation(CfnConnectorPropsMixin.VpcInformationProperty vpcInformation) Information of the VPC and security group(s) used with the connector.vpcInformation(IResolvable vpcInformation) Information of the VPC and security group(s) used with the connector.
-
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 being used.- Parameters:
certificateAuthorityArn- The Amazon Resource Name (ARN) of the certificate authority being used. This parameter is required.- Returns:
this- See Also:
-
directoryId
The identifier of the Active Directory.- Parameters:
directoryId- The identifier of the Active Directory. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata assigned to a connector consisting of a key-value pair.- Parameters:
tags- Metadata assigned to a connector consisting of a key-value pair. This parameter is required.- Returns:
this- See Also:
-
vpcInformation
Information of the VPC and security group(s) used with the connector.- Parameters:
vpcInformation- Information of the VPC and security group(s) used with the connector. This parameter is required.- Returns:
this- See Also:
-
vpcInformation
@Stability(Stable) public CfnConnectorPropsMixin.Builder vpcInformation(CfnConnectorPropsMixin.VpcInformationProperty vpcInformation) Information of the VPC and security group(s) used with the connector.- Parameters:
vpcInformation- Information of the VPC and security group(s) used with the connector. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorPropsMixin>- Returns:
- a newly built instance of
CfnConnectorPropsMixin.
-