public static interface ListHoursOfOperationsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListHoursOfOperationsResponse.Builder,ListHoursOfOperationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHoursOfOperationsResponse.Builder |
hoursOfOperationSummaryList(Collection<HoursOfOperationSummary> hoursOfOperationSummaryList)
Information about the hours of operation.
|
ListHoursOfOperationsResponse.Builder |
hoursOfOperationSummaryList(Consumer<HoursOfOperationSummary.Builder>... hoursOfOperationSummaryList)
Information about the hours of operation.
|
ListHoursOfOperationsResponse.Builder |
hoursOfOperationSummaryList(HoursOfOperationSummary... hoursOfOperationSummaryList)
Information about the hours of operation.
|
ListHoursOfOperationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHoursOfOperationsResponse.Builder hoursOfOperationSummaryList(Collection<HoursOfOperationSummary> hoursOfOperationSummaryList)
Information about the hours of operation.
hoursOfOperationSummaryList - Information about the hours of operation.ListHoursOfOperationsResponse.Builder hoursOfOperationSummaryList(HoursOfOperationSummary... hoursOfOperationSummaryList)
Information about the hours of operation.
hoursOfOperationSummaryList - Information about the hours of operation.ListHoursOfOperationsResponse.Builder hoursOfOperationSummaryList(Consumer<HoursOfOperationSummary.Builder>... hoursOfOperationSummaryList)
Information about the hours of operation.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #hoursOfOperationSummaryList(List) .hoursOfOperationSummaryList - a consumer that will call methods on List.Builder #hoursOfOperationSummaryList(List) ListHoursOfOperationsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2021. All rights reserved.