Uses of Interface
software.amazon.awssdk.services.forecast.model.TimeAlignmentBoundary.Builder
-
Packages that use TimeAlignmentBoundary.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of TimeAlignmentBoundary.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return TimeAlignmentBoundary.Builder Modifier and Type Method Description static TimeAlignmentBoundary.BuilderTimeAlignmentBoundary. builder()TimeAlignmentBoundary.BuilderTimeAlignmentBoundary.Builder. dayOfMonth(Integer dayOfMonth)The day of the month to use for time alignment during aggregation.TimeAlignmentBoundary.BuilderTimeAlignmentBoundary.Builder. dayOfWeek(String dayOfWeek)The day of week to use for time alignment during aggregation.TimeAlignmentBoundary.BuilderTimeAlignmentBoundary.Builder. dayOfWeek(DayOfWeek dayOfWeek)The day of week to use for time alignment during aggregation.TimeAlignmentBoundary.BuilderTimeAlignmentBoundary.Builder. hour(Integer hour)The hour of day to use for time alignment during aggregation.TimeAlignmentBoundary.BuilderTimeAlignmentBoundary.Builder. month(String month)The month to use for time alignment during aggregation.TimeAlignmentBoundary.BuilderTimeAlignmentBoundary.Builder. month(Month month)The month to use for time alignment during aggregation.TimeAlignmentBoundary.BuilderTimeAlignmentBoundary. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type TimeAlignmentBoundary.Builder Modifier and Type Method Description static Class<? extends TimeAlignmentBoundary.Builder>TimeAlignmentBoundary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type TimeAlignmentBoundary.Builder Modifier and Type Method Description default CreateAutoPredictorRequest.BuilderCreateAutoPredictorRequest.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.default DescribeAutoPredictorResponse.BuilderDescribeAutoPredictorResponse.Builder. timeAlignmentBoundary(Consumer<TimeAlignmentBoundary.Builder> timeAlignmentBoundary)The time boundary Forecast uses when aggregating data.
-