Class CfnConnectorV2PropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnConnectorV2PropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorV2PropsMixin>
- Enclosing class:
CfnConnectorV2PropsMixin
@Stability(Stable)
public static final class CfnConnectorV2PropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorV2PropsMixin>
A fluent builder for
CfnConnectorV2PropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(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.The third-party provider detail for a service configuration.provider(IResolvable 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 CfnConnectorV2PropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnConnectorV2PropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnConnectorV2PropsMixin.Builder.
-
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:
-
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
@Stability(Stable) public CfnConnectorV2PropsMixin.Builder provider(CfnConnectorV2PropsMixin.ProviderProperty 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:
-
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<CfnConnectorV2PropsMixin>- Returns:
- a newly built instance of
CfnConnectorV2PropsMixin.
-