Class MaintenanceCreateSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.MaintenanceCreateSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MaintenanceCreateSettings.Builder,MaintenanceCreateSettings>
@Generated("software.amazon.awssdk:codegen") public final class MaintenanceCreateSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MaintenanceCreateSettings.Builder,MaintenanceCreateSettings>
Placeholder documentation for MaintenanceCreateSettings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMaintenanceCreateSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaintenanceCreateSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MaintenanceDaymaintenanceDay()Choose one day of the week for maintenance.StringmaintenanceDayAsString()Choose one day of the week for maintenance.StringmaintenanceStartTime()Choose the hour that maintenance will start.List<SdkField<?>>sdkFields()static Class<? extends MaintenanceCreateSettings.Builder>serializableBuilderClass()MaintenanceCreateSettings.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
-
maintenanceDay
public final MaintenanceDay maintenanceDay()
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.If the service returns an enum value that is not available in the current SDK version,
maintenanceDaywill returnMaintenanceDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaintenanceDayAsString().- Returns:
- Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
- See Also:
MaintenanceDay
-
maintenanceDayAsString
public final String maintenanceDayAsString()
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.If the service returns an enum value that is not available in the current SDK version,
maintenanceDaywill returnMaintenanceDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaintenanceDayAsString().- Returns:
- Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
- See Also:
MaintenanceDay
-
maintenanceStartTime
public final String maintenanceStartTime()
Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.- Returns:
- Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
-
toBuilder
public MaintenanceCreateSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MaintenanceCreateSettings.Builder,MaintenanceCreateSettings>
-
builder
public static MaintenanceCreateSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends MaintenanceCreateSettings.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.
-
-