public static interface CreateHoursOfOperationRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateHoursOfOperationRequest.Builder,CreateHoursOfOperationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHoursOfOperationRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.CreateHoursOfOperationRequest.Builder name(String name)
The name of the hours of operation.
name - The name of the hours of operation.CreateHoursOfOperationRequest.Builder description(String description)
The description of the hours of operation.
description - The description of the hours of operation.CreateHoursOfOperationRequest.Builder timeZone(String timeZone)
The time zone of the hours of operation.
timeZone - The time zone of the hours of operation.CreateHoursOfOperationRequest.Builder config(Collection<HoursOfOperationConfig> config)
Configuration information for the hours of operation: day, start time, and end time.
config - Configuration information for the hours of operation: day, start time, and end time.CreateHoursOfOperationRequest.Builder config(HoursOfOperationConfig... config)
Configuration information for the hours of operation: day, start time, and end time.
config - Configuration information for the hours of operation: day, start time, and end time.CreateHoursOfOperationRequest.Builder config(Consumer<HoursOfOperationConfig.Builder>... config)
Configuration information for the hours of operation: day, start time, and end time.
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) CreateHoursOfOperationRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.CreateHoursOfOperationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateHoursOfOperationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.