Interface TimeAlignmentBoundary.Builder

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

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

    • month

      The month to use for time alignment during aggregation. The month must be in uppercase.

      Parameters:
      month - The month to use for time alignment during aggregation. The month must be in uppercase.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • month

      The month to use for time alignment during aggregation. The month must be in uppercase.

      Parameters:
      month - The month to use for time alignment during aggregation. The month must be in uppercase.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dayOfMonth

      TimeAlignmentBoundary.Builder dayOfMonth(Integer dayOfMonth)

      The day of the month to use for time alignment during aggregation.

      Parameters:
      dayOfMonth - The day of the month to use for time alignment during aggregation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dayOfWeek

      TimeAlignmentBoundary.Builder dayOfWeek(String dayOfWeek)

      The day of week to use for time alignment during aggregation. The day must be in uppercase.

      Parameters:
      dayOfWeek - The day of week to use for time alignment during aggregation. The day must be in uppercase.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dayOfWeek

      The day of week to use for time alignment during aggregation. The day must be in uppercase.

      Parameters:
      dayOfWeek - The day of week to use for time alignment during aggregation. The day must be in uppercase.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hour

      The hour of day to use for time alignment during aggregation.

      Parameters:
      hour - The hour of day to use for time alignment during aggregation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.