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) A description of the connector.The ARN of KMS key used for the connector.The name of the connector.provider(IResolvable provider) The provider configuration of the connector.provider(CfnConnectorV2.ProviderProperty provider) The provider configuration of the connector.A key-value pair to associate with a resource.
-
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 name of the connector.- Parameters:
name- The name of the connector. This parameter is required.- Returns:
this- See Also:
-
provider
The provider configuration of the connector.- Parameters:
provider- The provider configuration of the connector. This parameter is required.- Returns:
this- See Also:
-
provider
The provider configuration of the connector.- Parameters:
provider- The provider configuration of the connector. This parameter is required.- Returns:
this- See Also:
-
description
A description of the connector.- Parameters:
description- A description of the connector. This parameter is required.- Returns:
this- See Also:
-
kmsKeyArn
The ARN of KMS key used for the connector.- Parameters:
kmsKeyArn- The ARN of KMS key used for the connector. This parameter is required.- Returns:
this- See Also:
-
tags
A key-value pair to associate with a resource.- Parameters:
tags- A key-value pair to associate with a resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorV2>- Returns:
- a newly built instance of
CfnConnectorV2.
-