Interface ListChildHoursOfOperationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListChildHoursOfOperationsResponse.Builder,,ListChildHoursOfOperationsResponse> SdkBuilder<ListChildHoursOfOperationsResponse.Builder,,ListChildHoursOfOperationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListChildHoursOfOperationsResponse
@Mutable
@NotThreadSafe
public static interface ListChildHoursOfOperationsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListChildHoursOfOperationsResponse.Builder,ListChildHoursOfOperationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchildHoursOfOperationsSummaryList(Collection<HoursOfOperationsIdentifier> childHoursOfOperationsSummaryList) Information about the hours of operation.childHoursOfOperationsSummaryList(Consumer<HoursOfOperationsIdentifier.Builder>... childHoursOfOperationsSummaryList) Information about the hours of operation.childHoursOfOperationsSummaryList(HoursOfOperationsIdentifier... childHoursOfOperationsSummaryList) Information about the hours of operation.lastModifiedRegion(String lastModifiedRegion) The Amazon Web Services Region where this resource was last modified.lastModifiedTime(Instant lastModifiedTime) The timestamp when this resource was last modified.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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
childHoursOfOperationsSummaryList
ListChildHoursOfOperationsResponse.Builder childHoursOfOperationsSummaryList(Collection<HoursOfOperationsIdentifier> childHoursOfOperationsSummaryList) Information about the hours of operation.
- Parameters:
childHoursOfOperationsSummaryList- Information about the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
childHoursOfOperationsSummaryList
ListChildHoursOfOperationsResponse.Builder childHoursOfOperationsSummaryList(HoursOfOperationsIdentifier... childHoursOfOperationsSummaryList) Information about the hours of operation.
- Parameters:
childHoursOfOperationsSummaryList- Information about the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
childHoursOfOperationsSummaryList
ListChildHoursOfOperationsResponse.Builder childHoursOfOperationsSummaryList(Consumer<HoursOfOperationsIdentifier.Builder>... childHoursOfOperationsSummaryList) Information about the hours of operation.
This is a convenience method that creates an instance of theHoursOfOperationsIdentifier.Builderavoiding the need to create one manually viaHoursOfOperationsIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochildHoursOfOperationsSummaryList(List<HoursOfOperationsIdentifier>).- Parameters:
childHoursOfOperationsSummaryList- a consumer that will call methods onHoursOfOperationsIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedTime
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-