Class MaintenanceWindow
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.MaintenanceWindow
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MaintenanceWindow.Builder,MaintenanceWindow>
@Generated("software.amazon.awssdk:codegen") public final class MaintenanceWindow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MaintenanceWindow.Builder,MaintenanceWindow>
An optional configuration within the
SchedulingConfigto setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMaintenanceWindow.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaintenanceWindow.Builderbuilder()IntegerdurationInMinutes()Displays the duration of the next maintenance window.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MaintenanceWindow.Builder>serializableBuilderClass()StringstartTime()Displays the start time of the next maintenance window.MaintenanceWindow.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
-
startTime
public final String startTime()
Displays the start time of the next maintenance window.
- Returns:
- Displays the start time of the next maintenance window.
-
durationInMinutes
public final Integer durationInMinutes()
Displays the duration of the next maintenance window.
- Returns:
- Displays the duration of the next maintenance window.
-
toBuilder
public MaintenanceWindow.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MaintenanceWindow.Builder,MaintenanceWindow>
-
builder
public static MaintenanceWindow.Builder builder()
-
serializableBuilderClass
public static Class<? extends MaintenanceWindow.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.
-
-