Class CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty>
- Enclosing interface:
CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty
@Stability(Stable)
public static final class CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty.getEnd()Sets the value ofCfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty.getStart()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
end
@Stability(Stable) public CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty.Builder end(Number end) Sets the value ofCfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty.getEnd()- Parameters:
end- The ending point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.- Returns:
this
-
start
@Stability(Stable) public CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty.Builder start(Number start) Sets the value ofCfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty.getStart()- Parameters:
start- The starting point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty>- Returns:
- a new instance of
CfnCalculatedAttributeDefinitionPropsMixin.ValueRangeProperty - Throws:
NullPointerException- if any required attribute was not provided
-