Class CfnHubV2.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnHubV2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHubV2>
- Enclosing class:
CfnHubV2
@Stability(Stable)
public static final class CfnHubV2.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHubV2>
A fluent builder for
CfnHubV2
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnHubV2.Builder
The tags to add to the hub V2 resource when you enable Security Hub.
-
Method Details
-
create
@Stability(Stable) public static CfnHubV2.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
CfnHubV2.Builder
.
-
tags
The tags to add to the hub V2 resource when you enable Security Hub.- Parameters:
tags
- The tags to add to the hub V2 resource when you enable Security Hub. This parameter is required.- Returns:
this
- See Also:
-
build
-