@Generated(value="software.amazon.awssdk:codegen") public final class MaintenanceWindowIdentity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MaintenanceWindowIdentity.Builder,MaintenanceWindowIdentity>
Information about the maintenance window.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MaintenanceWindowIdentity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowIdentity.Builder |
builder() |
Integer |
cutoff()
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops
scheduling new tasks for execution.
|
String |
description()
A description of the maintenance window.
|
Integer |
duration()
The duration of the maintenance window in hours.
|
Boolean |
enabled()
Indicates whether the maintenance window is enabled.
|
String |
endDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the maintenance window.
|
String |
nextExecutionTime()
The next time the maintenance window will actually run, taking into account any specified times for the
maintenance window to become active or inactive.
|
String |
schedule()
The schedule of the maintenance window in the form of a cron or rate expression.
|
Integer |
scheduleOffset()
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
|
String |
scheduleTimezone()
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MaintenanceWindowIdentity.Builder> |
serializableBuilderClass() |
String |
startDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
|
MaintenanceWindowIdentity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
windowId()
The ID of the maintenance window.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String windowId()
The ID of the maintenance window.
public final String name()
The name of the maintenance window.
public final String description()
A description of the maintenance window.
public final Boolean enabled()
Indicates whether the maintenance window is enabled.
public final Integer duration()
The duration of the maintenance window in hours.
public final Integer cutoff()
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
public final String schedule()
The schedule of the maintenance window in the form of a cron or rate expression.
public final String scheduleTimezone()
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
public final Integer scheduleOffset()
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
public final String endDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
public final String startDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
public final String nextExecutionTime()
The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
public MaintenanceWindowIdentity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MaintenanceWindowIdentity.Builder,MaintenanceWindowIdentity>public static MaintenanceWindowIdentity.Builder builder()
public static Class<? extends MaintenanceWindowIdentity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.