Interface GetEffectiveHoursOfOperationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<GetEffectiveHoursOfOperationsResponse.Builder,GetEffectiveHoursOfOperationsResponse>,SdkBuilder<GetEffectiveHoursOfOperationsResponse.Builder,GetEffectiveHoursOfOperationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEffectiveHoursOfOperationsResponse
public static interface GetEffectiveHoursOfOperationsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<GetEffectiveHoursOfOperationsResponse.Builder,GetEffectiveHoursOfOperationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEffectiveHoursOfOperationsResponse.BuildereffectiveHoursOfOperationList(Collection<EffectiveHoursOfOperations> effectiveHoursOfOperationList)Information about the effective hours of operationsGetEffectiveHoursOfOperationsResponse.BuildereffectiveHoursOfOperationList(Consumer<EffectiveHoursOfOperations.Builder>... effectiveHoursOfOperationList)Information about the effective hours of operationsGetEffectiveHoursOfOperationsResponse.BuildereffectiveHoursOfOperationList(EffectiveHoursOfOperations... effectiveHoursOfOperationList)Information about the effective hours of operationsGetEffectiveHoursOfOperationsResponse.BuildertimeZone(String timeZone)The 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 Detail
-
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.Builderavoiding the need to create one manually viaEffectiveHoursOfOperations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#effectiveHoursOfOperationList(List.) - 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:
#effectiveHoursOfOperationList(java.util.Collection)
-
timeZone
GetEffectiveHoursOfOperationsResponse.Builder timeZone(String 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.
-
-