Interface WhatIfPointScenario.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WhatIfPointScenario.Builder,WhatIfPointScenario>,SdkBuilder<WhatIfPointScenario.Builder,WhatIfPointScenario>,SdkPojo
- Enclosing class:
- WhatIfPointScenario
public static interface WhatIfPointScenario.Builder extends SdkPojo, CopyableBuilder<WhatIfPointScenario.Builder,WhatIfPointScenario>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WhatIfPointScenario.Builderdate(Instant date)The date that you need the forecast results for.WhatIfPointScenario.Buildervalue(Double value)The target value that you want to meet for the provided date.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
date
WhatIfPointScenario.Builder date(Instant date)
The date that you need the forecast results for.
- Parameters:
date- The date that you need the forecast results for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
WhatIfPointScenario.Builder value(Double value)
The target value that you want to meet for the provided date.
- Parameters:
value- The target value that you want to meet for the provided date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-