@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MaintenanceWindow.Builder |
| Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String startTime()
Displays the start time of the next maintenance window.
public final Integer durationInMinutes()
Displays the duration of the next maintenance window.
public MaintenanceWindow.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MaintenanceWindow.Builder,MaintenanceWindow>public static MaintenanceWindow.Builder builder()
public static Class<? extends MaintenanceWindow.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.