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 method that creates an instance of theHoursOfOperationSummary.Builder avoiding the need to
create one manually via
HoursOfOperationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #hoursOfOperationSummaryList(List.
hoursOfOperationSummaryList - a consumer that will call methods on
HoursOfOperationSummary.Builder#hoursOfOperationSummaryList(java.util.Collection) 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 © 2023. All rights reserved.