Class CfnCampaignPropsMixin.SignalFetchConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnCampaignPropsMixin.SignalFetchConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaignPropsMixin.SignalFetchConfigProperty>
- Enclosing interface:
CfnCampaignPropsMixin.SignalFetchConfigProperty
@Stability(Stable)
public static final class CfnCampaignPropsMixin.SignalFetchConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaignPropsMixin.SignalFetchConfigProperty>
A builder for
CfnCampaignPropsMixin.SignalFetchConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCampaignPropsMixin.SignalFetchConfigProperty.getConditionBased()conditionBased(IResolvable conditionBased) Sets the value ofCfnCampaignPropsMixin.SignalFetchConfigProperty.getConditionBased()Sets the value ofCfnCampaignPropsMixin.SignalFetchConfigProperty.getTimeBased()timeBased(IResolvable timeBased) Sets the value ofCfnCampaignPropsMixin.SignalFetchConfigProperty.getTimeBased()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
conditionBased
@Stability(Stable) public CfnCampaignPropsMixin.SignalFetchConfigProperty.Builder conditionBased(IResolvable conditionBased) Sets the value ofCfnCampaignPropsMixin.SignalFetchConfigProperty.getConditionBased()- Parameters:
conditionBased- The configuration of a condition-based signal fetch operation.- Returns:
this
-
conditionBased
@Stability(Stable) public CfnCampaignPropsMixin.SignalFetchConfigProperty.Builder conditionBased(CfnCampaignPropsMixin.ConditionBasedSignalFetchConfigProperty conditionBased) Sets the value ofCfnCampaignPropsMixin.SignalFetchConfigProperty.getConditionBased()- Parameters:
conditionBased- The configuration of a condition-based signal fetch operation.- Returns:
this
-
timeBased
@Stability(Stable) public CfnCampaignPropsMixin.SignalFetchConfigProperty.Builder timeBased(IResolvable timeBased) Sets the value ofCfnCampaignPropsMixin.SignalFetchConfigProperty.getTimeBased()- Parameters:
timeBased- The configuration of a time-based signal fetch operation.- Returns:
this
-
timeBased
@Stability(Stable) public CfnCampaignPropsMixin.SignalFetchConfigProperty.Builder timeBased(CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty timeBased) Sets the value ofCfnCampaignPropsMixin.SignalFetchConfigProperty.getTimeBased()- Parameters:
timeBased- The configuration of a time-based signal fetch operation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaignPropsMixin.SignalFetchConfigProperty>- Returns:
- a new instance of
CfnCampaignPropsMixin.SignalFetchConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-