Class CfnConnectorV2.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnConnectorV2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorV2>
- Enclosing class:
CfnConnectorV2
@Stability(Stable)
public static final class CfnConnectorV2.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorV2>
A fluent builder for
CfnConnectorV2.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnConnectorV2.Builderdescription(String description) The description of the connectorV2.The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.The unique name of the connectorV2.provider(IResolvable provider) The third-party provider detail for a service configuration.provider(CfnConnectorV2.ProviderProperty provider) The third-party provider detail for a service configuration.The tags to add to the connectorV2 when you create.
-
Method Details
-
create
@Stability(Stable) public static CfnConnectorV2.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnConnectorV2.Builder.
-
name
The unique name of the connectorV2.- Parameters:
name- The unique name of the connectorV2. This parameter is required.- Returns:
this- See Also:
-
provider
The third-party provider detail for a service configuration.- Parameters:
provider- The third-party provider detail for a service configuration. This parameter is required.- Returns:
this- See Also:
-
provider
The third-party provider detail for a service configuration.- Parameters:
provider- The third-party provider detail for a service configuration. This parameter is required.- Returns:
this- See Also:
-
description
The description of the connectorV2.- Parameters:
description- The description of the connectorV2. This parameter is required.- Returns:
this- See Also:
-
kmsKeyArn
The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2. This parameter is required.- Returns:
this- See Also:
-
tags
The tags to add to the connectorV2 when you create.- Parameters:
tags- The tags to add to the connectorV2 when you create. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorV2>- Returns:
- a newly built instance of
CfnConnectorV2.
-