Class CfnFleet.Builder
java.lang.Object
software.amazon.awscdk.services.iotfleetwise.CfnFleet.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFleet>
- Enclosing class:
CfnFleet
@Stability(Stable)
public static final class CfnFleet.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFleet>
A fluent builder for
CfnFleet
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnFleet.Builder
description
(String description) (Optional) A brief description of the fleet.The unique ID of the fleet.signalCatalogArn
(String signalCatalogArn) The ARN of the signal catalog associated with the fleet.(Optional) Metadata that can be used to manage the fleet.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnFleet.Builder
.
-
id
The unique ID of the fleet.- Parameters:
id
- The unique ID of the fleet. This parameter is required.- Returns:
this
-
signalCatalogArn
The ARN of the signal catalog associated with the fleet.- Parameters:
signalCatalogArn
- The ARN of the signal catalog associated with the fleet. This parameter is required.- Returns:
this
-
description
(Optional) A brief description of the fleet.- Parameters:
description
- (Optional) A brief description of the fleet. This parameter is required.- Returns:
this
-
tags
(Optional) Metadata that can be used to manage the fleet.- Parameters:
tags
- (Optional) Metadata that can be used to manage the fleet. This parameter is required.- Returns:
this
-
build
-