Class ScheduleAction
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.ScheduleAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScheduleAction.Builder,ScheduleAction>
@Generated("software.amazon.awssdk:codegen") public final class ScheduleAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduleAction.Builder,ScheduleAction>
Contains information on a single schedule action.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScheduleAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionName()The name of the action, must be unique within the schedule.static ScheduleAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ScheduleActionSettingsscheduleActionSettings()Settings for this schedule action.ScheduleActionStartSettingsscheduleActionStartSettings()The time for the action to start in the channel.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ScheduleAction.Builder>serializableBuilderClass()ScheduleAction.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
-
actionName
public final String actionName()
The name of the action, must be unique within the schedule. This name provides the main reference to an action once it is added to the schedule. A name is unique if it is no longer in the schedule. The schedule is automatically cleaned up to remove actions with a start time of more than 1 hour ago (approximately) so at that point a name can be reused.- Returns:
- The name of the action, must be unique within the schedule. This name provides the main reference to an action once it is added to the schedule. A name is unique if it is no longer in the schedule. The schedule is automatically cleaned up to remove actions with a start time of more than 1 hour ago (approximately) so at that point a name can be reused.
-
scheduleActionSettings
public final ScheduleActionSettings scheduleActionSettings()
Settings for this schedule action.- Returns:
- Settings for this schedule action.
-
scheduleActionStartSettings
public final ScheduleActionStartSettings scheduleActionStartSettings()
The time for the action to start in the channel.- Returns:
- The time for the action to start in the channel.
-
toBuilder
public ScheduleAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScheduleAction.Builder,ScheduleAction>
-
builder
public static ScheduleAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScheduleAction.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-