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 theHoursOfOperationConfig.Builder avoiding the need to
create one manually via
HoursOfOperationConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #config(List.
config - a consumer that will call methods on
HoursOfOperationConfig.Builder#config(java.util.Collection) UpdateHoursOfOperationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateHoursOfOperationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.