Interface CfnAnalysisPropsMixin.WhatIfRangeScenarioProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.WhatIfRangeScenarioProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.WhatIfRangeScenarioProperty
extends software.amazon.jsii.JsiiSerializable
Provides the forecast to meet the target for a particular date range.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
WhatIfRangeScenarioProperty whatIfRangeScenarioProperty = WhatIfRangeScenarioProperty.builder()
.endDate("endDate")
.startDate("startDate")
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.WhatIfRangeScenarioPropertystatic final classAn implementation forCfnAnalysisPropsMixin.WhatIfRangeScenarioProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe end date in the date range that you need the forecast results for.default StringThe start date in the date range that you need the forecast results for.default NumbergetValue()The target value that you want to meet for the provided date range.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndDate
The end date in the date range that you need the forecast results for.- See Also:
-
getStartDate
The start date in the date range that you need the forecast results for.- See Also:
-
getValue
The target value that you want to meet for the provided date range.Default: - 0
- See Also:
-
builder
-