Interface UpdateHoursOfOperationOverrideRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<UpdateHoursOfOperationOverrideRequest.Builder,
,UpdateHoursOfOperationOverrideRequest> SdkBuilder<UpdateHoursOfOperationOverrideRequest.Builder,
,UpdateHoursOfOperationOverrideRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateHoursOfOperationOverrideRequest
-
Method Summary
Modifier and TypeMethodDescriptionConfiguration information for the hours of operation override: day, start time, and end time.config
(Consumer<HoursOfOperationOverrideConfig.Builder>... config) Configuration information for the hours of operation override: day, start time, and end time.config
(HoursOfOperationOverrideConfig... config) Configuration information for the hours of operation override: day, start time, and end time.description
(String description) The description of the hours of operation override.effectiveFrom
(String effectiveFrom) The date from when the hours of operation override would be effective.effectiveTill
(String effectiveTill) The date till when the hours of operation override would be effective.hoursOfOperationId
(String hoursOfOperationId) The identifier for the hours of operation.hoursOfOperationOverrideId
(String hoursOfOperationOverrideId) The identifier for the hours of operation override.instanceId
(String instanceId) The identifier of the Amazon Connect instance.The name of the hours of operation override.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
The identifier of the Amazon Connect instance.
- Parameters:
instanceId
- The identifier of the Amazon Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hoursOfOperationId
The identifier for the hours of operation.
- Parameters:
hoursOfOperationId
- The identifier for the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hoursOfOperationOverrideId
UpdateHoursOfOperationOverrideRequest.Builder hoursOfOperationOverrideId(String hoursOfOperationOverrideId) The identifier for the hours of operation override.
- Parameters:
hoursOfOperationOverrideId
- The identifier for the hours of operation override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the hours of operation override.
- Parameters:
name
- The name of the hours of operation override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the hours of operation override.
- Parameters:
description
- The description of the hours of operation override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
config
UpdateHoursOfOperationOverrideRequest.Builder config(Collection<HoursOfOperationOverrideConfig> config) Configuration information for the hours of operation override: day, start time, and end time.
- Parameters:
config
- Configuration information for the hours of operation override: day, start time, and end time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
config
Configuration information for the hours of operation override: day, start time, and end time.
- Parameters:
config
- Configuration information for the hours of operation override: day, start time, and end time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
config
UpdateHoursOfOperationOverrideRequest.Builder config(Consumer<HoursOfOperationOverrideConfig.Builder>... config) Configuration information for the hours of operation override: day, start time, and end time.
This is a convenience method that creates an instance of theHoursOfOperationOverrideConfig.Builder
avoiding the need to create one manually viaHoursOfOperationOverrideConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfig(List<HoursOfOperationOverrideConfig>)
.- Parameters:
config
- a consumer that will call methods onHoursOfOperationOverrideConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
effectiveFrom
The date from when the hours of operation override would be effective.
- Parameters:
effectiveFrom
- The date from when the hours of operation override would be effective.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveTill
The date till when the hours of operation override would be effective.
- Parameters:
effectiveTill
- The date till when the hours of operation override would be effective.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateHoursOfOperationOverrideRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateHoursOfOperationOverrideRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-