Class CfnConnectorPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.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()create()create(CfnPropertyMixinOptions options) description(String description) The description of the connector.The name of the connector.provider(IResolvable provider) A key-value pair to associate with a resource.
-
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.
-
description
The description of the connector.- Parameters:
description- The description of the connector. This parameter is required.- Returns:
this- See Also:
-
name
The name of the connector.- Parameters:
name- The name of the connector. This parameter is required.- Returns:
this- See Also:
-
provider
- Parameters:
provider- This parameter is required.- Returns:
this- See Also:
-
provider
@Stability(Stable) public CfnConnectorPropsMixin.Builder provider(CfnConnectorPropsMixin.ProviderProperty provider) - Parameters:
provider- 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<CfnConnectorPropsMixin>- Returns:
- a newly built instance of
CfnConnectorPropsMixin.
-