public static interface TimeAlignmentBoundary.Builder extends SdkPojo, CopyableBuilder<TimeAlignmentBoundary.Builder,TimeAlignmentBoundary>
| Modifier and Type | Method and Description |
|---|---|
TimeAlignmentBoundary.Builder |
dayOfMonth(Integer dayOfMonth)
The day of the month to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
dayOfWeek(DayOfWeek dayOfWeek)
The day of week to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
dayOfWeek(String dayOfWeek)
The day of week to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
hour(Integer hour)
The hour of day to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
month(Month month)
The month to use for time alignment during aggregation.
|
TimeAlignmentBoundary.Builder |
month(String month)
The month to use for time alignment during aggregation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeAlignmentBoundary.Builder month(String month)
The month to use for time alignment during aggregation. The month must be in uppercase.
TimeAlignmentBoundary.Builder month(Month month)
The month to use for time alignment during aggregation. The month must be in uppercase.
TimeAlignmentBoundary.Builder dayOfMonth(Integer dayOfMonth)
The day of the month to use for time alignment during aggregation.
dayOfMonth - The day of the month to use for time alignment during aggregation.TimeAlignmentBoundary.Builder dayOfWeek(String dayOfWeek)
The day of week to use for time alignment during aggregation. The day must be in uppercase.
TimeAlignmentBoundary.Builder dayOfWeek(DayOfWeek dayOfWeek)
The day of week to use for time alignment during aggregation. The day must be in uppercase.
TimeAlignmentBoundary.Builder hour(Integer hour)
The hour of day to use for time alignment during aggregation.
hour - The hour of day to use for time alignment during aggregation.Copyright © 2023. All rights reserved.