Interface WeeklyAutoScalingSchedule.Builder

    • Method Detail

      • monday

        WeeklyAutoScalingSchedule.Builder monday​(Map<String,​String> monday)

        The schedule for Monday.

        Parameters:
        monday - The schedule for Monday.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tuesday

        WeeklyAutoScalingSchedule.Builder tuesday​(Map<String,​String> tuesday)

        The schedule for Tuesday.

        Parameters:
        tuesday - The schedule for Tuesday.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wednesday

        WeeklyAutoScalingSchedule.Builder wednesday​(Map<String,​String> wednesday)

        The schedule for Wednesday.

        Parameters:
        wednesday - The schedule for Wednesday.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thursday

        WeeklyAutoScalingSchedule.Builder thursday​(Map<String,​String> thursday)

        The schedule for Thursday.

        Parameters:
        thursday - The schedule for Thursday.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • friday

        WeeklyAutoScalingSchedule.Builder friday​(Map<String,​String> friday)

        The schedule for Friday.

        Parameters:
        friday - The schedule for Friday.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • saturday

        WeeklyAutoScalingSchedule.Builder saturday​(Map<String,​String> saturday)

        The schedule for Saturday.

        Parameters:
        saturday - The schedule for Saturday.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sunday

        WeeklyAutoScalingSchedule.Builder sunday​(Map<String,​String> sunday)

        The schedule for Sunday.

        Parameters:
        sunday - The schedule for Sunday.
        Returns:
        Returns a reference to this object so that method calls can be chained together.