Class CfnCampaignPropsMixin.SignalFetchInformationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnCampaignPropsMixin.SignalFetchInformationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaignPropsMixin.SignalFetchInformationProperty>
- Enclosing interface:
CfnCampaignPropsMixin.SignalFetchInformationProperty
@Stability(Stable)
public static final class CfnCampaignPropsMixin.SignalFetchInformationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaignPropsMixin.SignalFetchInformationProperty>
A builder for
CfnCampaignPropsMixin.SignalFetchInformationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnCampaignPropsMixin.SignalFetchInformationProperty.getActions()build()Builds the configured instance.conditionLanguageVersion(Number conditionLanguageVersion) fullyQualifiedName(String fullyQualifiedName) signalFetchConfig(CfnCampaignPropsMixin.SignalFetchConfigProperty signalFetchConfig) signalFetchConfig(IResolvable signalFetchConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actions
@Stability(Stable) public CfnCampaignPropsMixin.SignalFetchInformationProperty.Builder actions(List<String> actions) Sets the value ofCfnCampaignPropsMixin.SignalFetchInformationProperty.getActions()- Parameters:
actions- The actions to be performed by the signal fetch.- Returns:
this
-
conditionLanguageVersion
@Stability(Stable) public CfnCampaignPropsMixin.SignalFetchInformationProperty.Builder conditionLanguageVersion(Number conditionLanguageVersion) Sets the value ofCfnCampaignPropsMixin.SignalFetchInformationProperty.getConditionLanguageVersion()- Parameters:
conditionLanguageVersion- The version of the condition language used.- Returns:
this
-
fullyQualifiedName
@Stability(Stable) public CfnCampaignPropsMixin.SignalFetchInformationProperty.Builder fullyQualifiedName(String fullyQualifiedName) - Parameters:
fullyQualifiedName- The fully qualified name of the signal to be fetched.- Returns:
this
-
signalFetchConfig
@Stability(Stable) public CfnCampaignPropsMixin.SignalFetchInformationProperty.Builder signalFetchConfig(IResolvable signalFetchConfig) - Parameters:
signalFetchConfig- The configuration of the signal fetch operation.- Returns:
this
-
signalFetchConfig
@Stability(Stable) public CfnCampaignPropsMixin.SignalFetchInformationProperty.Builder signalFetchConfig(CfnCampaignPropsMixin.SignalFetchConfigProperty signalFetchConfig) - Parameters:
signalFetchConfig- The configuration of the signal fetch operation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaignPropsMixin.SignalFetchInformationProperty>- Returns:
- a new instance of
CfnCampaignPropsMixin.SignalFetchInformationProperty - Throws:
NullPointerException- if any required attribute was not provided
-