Interface WhatIfRangeScenario.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WhatIfRangeScenario.Builder,WhatIfRangeScenario>, SdkBuilder<WhatIfRangeScenario.Builder,WhatIfRangeScenario>, SdkPojo
Enclosing class:
WhatIfRangeScenario

public static interface WhatIfRangeScenario.Builder extends SdkPojo, CopyableBuilder<WhatIfRangeScenario.Builder,WhatIfRangeScenario>
  • Method Details

    • startDate

      WhatIfRangeScenario.Builder startDate(Instant startDate)

      The start date in the date range that you need the forecast results for.

      Parameters:
      startDate - The start date in the date range that you need the forecast results for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endDate

      The end date in the date range that you need the forecast results for.

      Parameters:
      endDate - The end date in the date range that you need the forecast results for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The target value that you want to meet for the provided date range.

      Parameters:
      value - The target value that you want to meet for the provided date range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.