| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeAlignmentBoundary.Builder |
TimeAlignmentBoundary.builder() |
TimeAlignmentBoundary.Builder |
TimeAlignmentBoundary.Builder.dayOfMonth(Integer dayOfMonth)
The day of the month to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
TimeAlignmentBoundary.Builder.dayOfWeek(DayOfWeek dayOfWeek)
The day of week to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
TimeAlignmentBoundary.Builder.dayOfWeek(String dayOfWeek)
The day of week to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
TimeAlignmentBoundary.Builder.hour(Integer hour)
The hour of day to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
TimeAlignmentBoundary.Builder.month(Month month)
The month to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
TimeAlignmentBoundary.Builder.month(String month)
The month to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
TimeAlignmentBoundary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimeAlignmentBoundary.Builder> |
TimeAlignmentBoundary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAutoPredictorResponse.Builder |
DescribeAutoPredictorResponse.Builder.timeAlignmentBoundary(Consumer<TimeAlignmentBoundary.Builder> timeAlignmentBoundary)
The time boundary Forecast uses when aggregating data.
|
default CreateAutoPredictorRequest.Builder |
CreateAutoPredictorRequest.Builder.timeAlignmentBoundary(Consumer<TimeAlignmentBoundary.Builder> timeAlignmentBoundary)
The time boundary Forecast uses to align and aggregate any data that doesn't align with your forecast
frequency.
|
Copyright © 2023. All rights reserved.