Interface HoursOfOperationOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HoursOfOperationOverride.Builder,
,HoursOfOperationOverride> SdkBuilder<HoursOfOperationOverride.Builder,
,HoursOfOperationOverride> SdkPojo
- Enclosing class:
HoursOfOperationOverride
-
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 which the hours of operation override would be effective.effectiveTill
(String effectiveTill) The date till which the hours of operation override would be effective.hoursOfOperationArn
(String hoursOfOperationArn) The Amazon Resource Name (ARN) for the hours of operation.hoursOfOperationId
(String hoursOfOperationId) The identifier for the hours of operation.hoursOfOperationOverrideId
(String hoursOfOperationOverrideId) The identifier for the hours of operation override.The name of the hours of operation override.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
-
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.
-
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.
-
hoursOfOperationArn
The Amazon Resource Name (ARN) for the hours of operation.
- Parameters:
hoursOfOperationArn
- The Amazon Resource Name (ARN) for the hours of operation.- 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
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
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 which the hours of operation override would be effective.
- Parameters:
effectiveFrom
- The date from which 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 which the hours of operation override would be effective.
- Parameters:
effectiveTill
- The date till which the hours of operation override would be effective.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-