Class CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty>
- Enclosing interface:
CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty
@Stability(Stable)
public static final class CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty>
A builder for
CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.executionFrequencyMs(Number executionFrequencyMs)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
executionFrequencyMs
@Stability(Stable) public CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty.Builder executionFrequencyMs(Number executionFrequencyMs) Sets the value ofCfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty.getExecutionFrequencyMs()- Parameters:
executionFrequencyMs- The frequency with which the signal fetch will be executed.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty>- Returns:
- a new instance of
CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-