Interface ListHoursOfOperationsResponse.Builder

    • Method Detail

      • hoursOfOperationSummaryList

        ListHoursOfOperationsResponse.Builder hoursOfOperationSummaryList​(Collection<HoursOfOperationSummary> hoursOfOperationSummaryList)

        Information about the hours of operation.

        Parameters:
        hoursOfOperationSummaryList - Information about the hours of operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hoursOfOperationSummaryList

        ListHoursOfOperationsResponse.Builder hoursOfOperationSummaryList​(HoursOfOperationSummary... hoursOfOperationSummaryList)

        Information about the hours of operation.

        Parameters:
        hoursOfOperationSummaryList - Information about the hours of operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListHoursOfOperationsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.