Interface FixedModeScheduleActionStartSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FixedModeScheduleActionStartSettings.Builder,FixedModeScheduleActionStartSettings>,SdkBuilder<FixedModeScheduleActionStartSettings.Builder,FixedModeScheduleActionStartSettings>,SdkPojo
- Enclosing class:
- FixedModeScheduleActionStartSettings
public static interface FixedModeScheduleActionStartSettings.Builder extends SdkPojo, CopyableBuilder<FixedModeScheduleActionStartSettings.Builder,FixedModeScheduleActionStartSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FixedModeScheduleActionStartSettings.Buildertime(String time)Start time for the action to start in the channel.-
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 Detail
-
time
FixedModeScheduleActionStartSettings.Builder time(String time)
Start time for the action to start in the channel. (Not the time for the action to be added to the schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the letters are digits (for example, mm might be 01) except for the two constants "T" for time and "Z" for "UTC format".- Parameters:
time- Start time for the action to start in the channel. (Not the time for the action to be added to the schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the letters are digits (for example, mm might be 01) except for the two constants "T" for time and "Z" for "UTC format".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-