public static interface UpdateHoursOfOperationRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateHoursOfOperationRequest.Builder,UpdateHoursOfOperationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateHoursOfOperationRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.UpdateHoursOfOperationRequest.Builder hoursOfOperationId(String hoursOfOperationId)
The identifier of the hours of operation.
hoursOfOperationId - The identifier of the hours of operation.UpdateHoursOfOperationRequest.Builder name(String name)
The name of the hours of operation.
name - The name of the hours of operation.UpdateHoursOfOperationRequest.Builder description(String description)
The description of the hours of operation.
description - The description of the hours of operation.UpdateHoursOfOperationRequest.Builder timeZone(String timeZone)
The time zone of the hours of operation.
timeZone - The time zone of the hours of operation.UpdateHoursOfOperationRequest.Builder config(Collection<HoursOfOperationConfig> config)
Configuration information of the hours of operation.
config - Configuration information of the hours of operation.UpdateHoursOfOperationRequest.Builder config(HoursOfOperationConfig... config)
Configuration information of the hours of operation.
config - Configuration information of the hours of operation.UpdateHoursOfOperationRequest.Builder config(Consumer<HoursOfOperationConfig.Builder>... config)
Configuration information of the hours of operation.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #config(List) .config - a consumer that will call methods on List.Builder #config(List) UpdateHoursOfOperationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateHoursOfOperationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.