Interface GetEffectiveHoursOfOperationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<GetEffectiveHoursOfOperationsResponse.Builder,
,GetEffectiveHoursOfOperationsResponse> SdkBuilder<GetEffectiveHoursOfOperationsResponse.Builder,
,GetEffectiveHoursOfOperationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetEffectiveHoursOfOperationsResponse
@Mutable
@NotThreadSafe
public static interface GetEffectiveHoursOfOperationsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<GetEffectiveHoursOfOperationsResponse.Builder,GetEffectiveHoursOfOperationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioneffectiveHoursOfOperationList
(Collection<EffectiveHoursOfOperations> effectiveHoursOfOperationList) Information about the effective hours of operationseffectiveHoursOfOperationList
(Consumer<EffectiveHoursOfOperations.Builder>... effectiveHoursOfOperationList) Information about the effective hours of operationseffectiveHoursOfOperationList
(EffectiveHoursOfOperations... effectiveHoursOfOperationList) Information about the effective hours of operationsThe time zone for the hours of operation.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
effectiveHoursOfOperationList
GetEffectiveHoursOfOperationsResponse.Builder effectiveHoursOfOperationList(Collection<EffectiveHoursOfOperations> effectiveHoursOfOperationList) Information about the effective hours of operations
- Parameters:
effectiveHoursOfOperationList
- Information about the effective hours of operations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveHoursOfOperationList
GetEffectiveHoursOfOperationsResponse.Builder effectiveHoursOfOperationList(EffectiveHoursOfOperations... effectiveHoursOfOperationList) Information about the effective hours of operations
- Parameters:
effectiveHoursOfOperationList
- Information about the effective hours of operations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveHoursOfOperationList
GetEffectiveHoursOfOperationsResponse.Builder effectiveHoursOfOperationList(Consumer<EffectiveHoursOfOperations.Builder>... effectiveHoursOfOperationList) Information about the effective hours of operations
This is a convenience method that creates an instance of theEffectiveHoursOfOperations.Builder
avoiding the need to create one manually viaEffectiveHoursOfOperations.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeffectiveHoursOfOperationList(List<EffectiveHoursOfOperations>)
.- Parameters:
effectiveHoursOfOperationList
- a consumer that will call methods onEffectiveHoursOfOperations.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeZone
The time zone for the hours of operation.
- Parameters:
timeZone
- The time zone for the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-