Class CfnFleetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnFleetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFleetPropsMixin>
- Enclosing class:
CfnFleetPropsMixin
@Stability(Stable)
public static final class CfnFleetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFleetPropsMixin>
A fluent builder for
CfnFleetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnFleetPropsMixin.Buildercreate()static CfnFleetPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) 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.Metadata that can be used to manage the fleet.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFleetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFleetPropsMixin.Builder.
-
description
A brief description of the fleet.- Parameters:
description- A brief description of the fleet. This parameter is required.- Returns:
this- See Also:
-
id
The unique ID of the fleet.- Parameters:
id- The unique ID of the fleet. This parameter is required.- Returns:
this- See Also:
-
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- See Also:
-
tags
Metadata that can be used to manage the fleet.- Parameters:
tags- Metadata that can be used to manage the fleet. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFleetPropsMixin>- Returns:
- a newly built instance of
CfnFleetPropsMixin.
-