@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 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()
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) |
<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.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
windowId()
The ID of the Maintenance Window.
|
copy
public String windowId()
The ID of the Maintenance Window.
public String name()
The name of the Maintenance Window.
public String description()
A description of the Maintenance Window.
public Boolean enabled()
Whether the Maintenance Window is enabled.
public Integer duration()
The duration of the Maintenance Window in hours.
public Integer cutoff()
The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for execution.
public String schedule()
The schedule of the Maintenance Window in the form of a cron or rate expression.
public String scheduleTimezone()
The time zone that the scheduled Maintenance Window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
public String endDate()
The date and time, in ISO-8601 Extended format, for when the Maintenance Window is scheduled to become inactive.
public String startDate()
The date and time, in ISO-8601 Extended format, for when the Maintenance Window is scheduled to become active.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MaintenanceWindowIdentity.Builder,MaintenanceWindowIdentity>
public static MaintenanceWindowIdentity.Builder builder()
public static Class<? extends MaintenanceWindowIdentity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.