Interface CfnAnalysis.WhatIfPointScenarioProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.WhatIfPointScenarioProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.WhatIfPointScenarioProperty
extends software.amazon.jsii.JsiiSerializable
Provides the forecast to meet the target for a particular date.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; WhatIfPointScenarioProperty whatIfPointScenarioProperty = WhatIfPointScenarioProperty.builder() .date("date") .value(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.WhatIfPointScenarioProperty
static final class
An implementation forCfnAnalysis.WhatIfPointScenarioProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDate
The date that you need the forecast results for.- See Also:
-
getValue
The target value that you want to meet for the provided date.Default: - 0
- See Also:
-
builder
-