Class FixedModeScheduleActionStartSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.FixedModeScheduleActionStartSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FixedModeScheduleActionStartSettings.Builder,FixedModeScheduleActionStartSettings>
@Generated("software.amazon.awssdk:codegen") public final class FixedModeScheduleActionStartSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FixedModeScheduleActionStartSettings.Builder,FixedModeScheduleActionStartSettings>
Start time for the action.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFixedModeScheduleActionStartSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FixedModeScheduleActionStartSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FixedModeScheduleActionStartSettings.Builder>serializableBuilderClass()Stringtime()Start time for the action to start in the channel.FixedModeScheduleActionStartSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
time
public final 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".- Returns:
- 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".
-
toBuilder
public FixedModeScheduleActionStartSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FixedModeScheduleActionStartSettings.Builder,FixedModeScheduleActionStartSettings>
-
builder
public static FixedModeScheduleActionStartSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends FixedModeScheduleActionStartSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-