Interface SearchHoursOfOperationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<SearchHoursOfOperationsResponse.Builder,
,SearchHoursOfOperationsResponse> SdkBuilder<SearchHoursOfOperationsResponse.Builder,
,SearchHoursOfOperationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SearchHoursOfOperationsResponse
public static interface SearchHoursOfOperationsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchHoursOfOperationsResponse.Builder,SearchHoursOfOperationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapproximateTotalCount
(Long approximateTotalCount) The total number of hours of operations which matched your search query.hoursOfOperations
(Collection<HoursOfOperation> hoursOfOperations) Information about the hours of operations.hoursOfOperations
(Consumer<HoursOfOperation.Builder>... hoursOfOperations) Information about the hours of operations.hoursOfOperations
(HoursOfOperation... hoursOfOperations) Information about the hours of operations.If there are additional results, this is the token for the next set of results.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
hoursOfOperations
SearchHoursOfOperationsResponse.Builder hoursOfOperations(Collection<HoursOfOperation> hoursOfOperations) Information about the hours of operations.
- Parameters:
hoursOfOperations
- Information about the hours of operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hoursOfOperations
Information about the hours of operations.
- Parameters:
hoursOfOperations
- Information about the hours of operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hoursOfOperations
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 viaHoursOfOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohoursOfOperations(List<HoursOfOperation>)
.- Parameters:
hoursOfOperations
- a consumer that will call methods onHoursOfOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
approximateTotalCount
The total number of hours of operations which matched your search query.
- Parameters:
approximateTotalCount
- The total number of hours of operations which matched your search query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-