Class CfnTopicRulePropsMixin.AssetPropertyValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.AssetPropertyValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRulePropsMixin.AssetPropertyValueProperty>
- Enclosing interface:
CfnTopicRulePropsMixin.AssetPropertyValueProperty
@Stability(Stable)
public static final class CfnTopicRulePropsMixin.AssetPropertyValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRulePropsMixin.AssetPropertyValueProperty>
A builder for
CfnTopicRulePropsMixin.AssetPropertyValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getQuality()Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getTimestamp()timestamp(IResolvable timestamp) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getTimestamp()Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getValue()value(IResolvable value) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
quality
@Stability(Stable) public CfnTopicRulePropsMixin.AssetPropertyValueProperty.Builder quality(String quality) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getQuality()- Parameters:
quality- Optional. A string that describes the quality of the value. Accepts substitution templates. Must beGOOD,BAD, orUNCERTAIN.- Returns:
this
-
timestamp
@Stability(Stable) public CfnTopicRulePropsMixin.AssetPropertyValueProperty.Builder timestamp(IResolvable timestamp) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getTimestamp()- Parameters:
timestamp- The asset property value timestamp.- Returns:
this
-
timestamp
@Stability(Stable) public CfnTopicRulePropsMixin.AssetPropertyValueProperty.Builder timestamp(CfnTopicRulePropsMixin.AssetPropertyTimestampProperty timestamp) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getTimestamp()- Parameters:
timestamp- The asset property value timestamp.- Returns:
this
-
value
@Stability(Stable) public CfnTopicRulePropsMixin.AssetPropertyValueProperty.Builder value(IResolvable value) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getValue()- Parameters:
value- The value of the asset property.- Returns:
this
-
value
@Stability(Stable) public CfnTopicRulePropsMixin.AssetPropertyValueProperty.Builder value(CfnTopicRulePropsMixin.AssetPropertyVariantProperty value) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyValueProperty.getValue()- Parameters:
value- The value of the asset property.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicRulePropsMixin.AssetPropertyValueProperty>- Returns:
- a new instance of
CfnTopicRulePropsMixin.AssetPropertyValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-