Class CfnFleetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnFleetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFleetMixinProps>
- Enclosing interface:
CfnFleetMixinProps
@Stability(Stable)
public static final class CfnFleetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFleetMixinProps>
A builder for
CfnFleetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnFleetMixinProps.getDescription()Sets the value ofCfnFleetMixinProps.getId()signalCatalogArn(String signalCatalogArn) Sets the value ofCfnFleetMixinProps.getSignalCatalogArn()Sets the value ofCfnFleetMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnFleetMixinProps.getDescription()- Parameters:
description- A brief description of the fleet.- Returns:
this
-
id
Sets the value ofCfnFleetMixinProps.getId()- Parameters:
id- The unique ID of the fleet.- Returns:
this
-
signalCatalogArn
Sets the value ofCfnFleetMixinProps.getSignalCatalogArn()- Parameters:
signalCatalogArn- The ARN of the signal catalog associated with the fleet.- Returns:
this
-
tags
Sets the value ofCfnFleetMixinProps.getTags()- Parameters:
tags- Metadata that can be used to manage the fleet.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFleetMixinProps>- Returns:
- a new instance of
CfnFleetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-