public static interface SearchHoursOfOperationsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchHoursOfOperationsResponse.Builder,SearchHoursOfOperationsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchHoursOfOperationsResponse.Builder |
approximateTotalCount(Long approximateTotalCount)
The total number of hours of operations which matched your search query.
|
SearchHoursOfOperationsResponse.Builder |
hoursOfOperations(Collection<HoursOfOperation> hoursOfOperations)
Information about the hours of operations.
|
SearchHoursOfOperationsResponse.Builder |
hoursOfOperations(Consumer<HoursOfOperation.Builder>... hoursOfOperations)
Information about the hours of operations.
|
SearchHoursOfOperationsResponse.Builder |
hoursOfOperations(HoursOfOperation... hoursOfOperations)
Information about the hours of operations.
|
SearchHoursOfOperationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchHoursOfOperationsResponse.Builder hoursOfOperations(Collection<HoursOfOperation> hoursOfOperations)
Information about the hours of operations.
hoursOfOperations - Information about the hours of operations.SearchHoursOfOperationsResponse.Builder hoursOfOperations(HoursOfOperation... hoursOfOperations)
Information about the hours of operations.
hoursOfOperations - Information about the hours of operations.SearchHoursOfOperationsResponse.Builder hoursOfOperations(Consumer<HoursOfOperation.Builder>... hoursOfOperations)
Information about the hours of operations.
This is a convenience method that creates an instance of theHoursOfOperation.Builder avoiding the need to create
one manually via HoursOfOperation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #hoursOfOperations(List.
hoursOfOperations - a consumer that will call methods on
HoursOfOperation.Builder#hoursOfOperations(java.util.Collection) SearchHoursOfOperationsResponse.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.SearchHoursOfOperationsResponse.Builder approximateTotalCount(Long approximateTotalCount)
The total number of hours of operations which matched your search query.
approximateTotalCount - The total number of hours of operations which matched your search query.Copyright © 2023. All rights reserved.