Class CfnConnector.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnConnector.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnector>
- Enclosing class:
CfnConnector
@Stability(Stable)
public static final class CfnConnector.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnector>
A fluent builder for
CfnConnector.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnConnector.Builderdescription(String description) The description of the connector.The name of the connector.provider(IResolvable provider) provider(CfnConnector.ProviderProperty provider) A key-value pair to associate with a resource.
-
Method Details
-
create
@Stability(Stable) public static CfnConnector.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
CfnConnector.Builder.
-
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
- Parameters:
provider- This parameter is required.- Returns:
this- See Also:
-
description
The description of the connector.- Parameters:
description- The description of 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<CfnConnector>- Returns:
- a newly built instance of
CfnConnector.
-