Interface ListHoursOfOperationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListHoursOfOperationsResponse.Builder,ListHoursOfOperationsResponse>,SdkBuilder<ListHoursOfOperationsResponse.Builder,ListHoursOfOperationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListHoursOfOperationsResponse
public static interface ListHoursOfOperationsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListHoursOfOperationsResponse.Builder,ListHoursOfOperationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHoursOfOperationsResponse.BuilderhoursOfOperationSummaryList(Collection<HoursOfOperationSummary> hoursOfOperationSummaryList)Information about the hours of operation.ListHoursOfOperationsResponse.BuilderhoursOfOperationSummaryList(Consumer<HoursOfOperationSummary.Builder>... hoursOfOperationSummaryList)Information about the hours of operation.ListHoursOfOperationsResponse.BuilderhoursOfOperationSummaryList(HoursOfOperationSummary... hoursOfOperationSummaryList)Information about the hours of operation.ListHoursOfOperationsResponse.BuildernextToken(String nextToken)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 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.
-
hoursOfOperationSummaryList
ListHoursOfOperationsResponse.Builder hoursOfOperationSummaryList(Consumer<HoursOfOperationSummary.Builder>... hoursOfOperationSummaryList)
Information about the hours of operation.
This is a convenience method that creates an instance of theHoursOfOperationSummary.Builderavoiding the need to create one manually viaHoursOfOperationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#hoursOfOperationSummaryList(List.) - Parameters:
hoursOfOperationSummaryList- a consumer that will call methods onHoursOfOperationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#hoursOfOperationSummaryList(java.util.Collection)
-
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.
-
-