Interface UpdateHoursOfOperationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateHoursOfOperationRequest.Builder,UpdateHoursOfOperationRequest>,SdkBuilder<UpdateHoursOfOperationRequest.Builder,UpdateHoursOfOperationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateHoursOfOperationRequest
public static interface UpdateHoursOfOperationRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateHoursOfOperationRequest.Builder,UpdateHoursOfOperationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
instanceId
UpdateHoursOfOperationRequest.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.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hoursOfOperationId
UpdateHoursOfOperationRequest.Builder hoursOfOperationId(String hoursOfOperationId)
The identifier of the hours of operation.
- Parameters:
hoursOfOperationId- The identifier of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateHoursOfOperationRequest.Builder name(String name)
The name of the hours of operation.
- Parameters:
name- The name of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateHoursOfOperationRequest.Builder description(String description)
The description of the hours of operation.
- Parameters:
description- The description of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeZone
UpdateHoursOfOperationRequest.Builder timeZone(String timeZone)
The time zone of the hours of operation.
- Parameters:
timeZone- The time zone of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
config
UpdateHoursOfOperationRequest.Builder config(Collection<HoursOfOperationConfig> config)
Configuration information of the hours of operation.
- Parameters:
config- Configuration information of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
config
UpdateHoursOfOperationRequest.Builder config(HoursOfOperationConfig... config)
Configuration information of the hours of operation.
- Parameters:
config- Configuration information of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
config
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.Builderavoiding the need to create one manually viaHoursOfOperationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#config(List.) - Parameters:
config- a consumer that will call methods onHoursOfOperationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#config(java.util.Collection)
-
overrideConfiguration
UpdateHoursOfOperationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHoursOfOperationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-