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
SchedulingConfig
to 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 interface
MaintenanceWindow.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaintenanceWindow.Builder
builder()
Integer
durationInMinutes()
Displays the duration of the next maintenance window.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends MaintenanceWindow.Builder>
serializableBuilderClass()
String
startTime()
Displays the start time of the next maintenance window.MaintenanceWindow.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-