Class CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty>
- Enclosing interface:
CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty
@Stability(Stable)
public static final class CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
operator
@Stability(Stable) public CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty.Builder operator(String operator) - Parameters:
operator- The operator of the threshold.- Returns:
this
-
value
@Stability(Stable) public CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty.Builder value(String value) Sets the value ofCfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty.getValue()- Parameters:
value- The value of the threshold.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty>- Returns:
- a new instance of
CfnCalculatedAttributeDefinitionPropsMixin.ThresholdProperty - Throws:
NullPointerException- if any required attribute was not provided
-