Class CfnHub.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnHub.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHub>
- Enclosing class:
- CfnHub
@Stability(Stable)
public static final class CfnHub.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHub>
A fluent builder for
CfnHub
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnHub.Builder
The tags to add to the hub resource.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnHub.Builder
.
-
tags
The tags to add to the hub resource.- Parameters:
tags
- The tags to add to the hub resource. This parameter is required.- Returns:
this
-
build
-