public static interface MaintenanceWindowExecutionTaskIdentity.Builder extends SdkPojo, CopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMaintenanceWindowExecutionTaskIdentity.Builder windowExecutionId(String windowExecutionId)
The ID of the maintenance window execution that ran the task.
windowExecutionId - The ID of the maintenance window execution that ran the task.MaintenanceWindowExecutionTaskIdentity.Builder taskExecutionId(String taskExecutionId)
The ID of the specific task execution in the maintenance window execution.
taskExecutionId - The ID of the specific task execution in the maintenance window execution.MaintenanceWindowExecutionTaskIdentity.Builder status(String status)
The status of the task execution.
status - The status of the task execution.MaintenanceWindowExecutionStatus,
MaintenanceWindowExecutionStatusMaintenanceWindowExecutionTaskIdentity.Builder status(MaintenanceWindowExecutionStatus status)
The status of the task execution.
status - The status of the task execution.MaintenanceWindowExecutionStatus,
MaintenanceWindowExecutionStatusMaintenanceWindowExecutionTaskIdentity.Builder statusDetails(String statusDetails)
The details explaining the status of the task execution. Not available for all status values.
statusDetails - The details explaining the status of the task execution. Not available for all status values.MaintenanceWindowExecutionTaskIdentity.Builder startTime(Instant startTime)
The time the task execution started.
startTime - The time the task execution started.MaintenanceWindowExecutionTaskIdentity.Builder endTime(Instant endTime)
The time the task execution finished.
endTime - The time the task execution finished.MaintenanceWindowExecutionTaskIdentity.Builder taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task that ran.
taskArn - The Amazon Resource Name (ARN) of the task that ran.MaintenanceWindowExecutionTaskIdentity.Builder taskType(String taskType)
The type of task that ran.
taskType - The type of task that ran.MaintenanceWindowTaskType,
MaintenanceWindowTaskTypeMaintenanceWindowExecutionTaskIdentity.Builder taskType(MaintenanceWindowTaskType taskType)
The type of task that ran.
taskType - The type of task that ran.MaintenanceWindowTaskType,
MaintenanceWindowTaskTypeMaintenanceWindowExecutionTaskIdentity.Builder alarmConfiguration(AlarmConfiguration alarmConfiguration)
The details for the CloudWatch alarm applied to your maintenance window task.
alarmConfiguration - The details for the CloudWatch alarm applied to your maintenance window task.default MaintenanceWindowExecutionTaskIdentity.Builder alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration)
The details for the CloudWatch alarm applied to your maintenance window task.
This is a convenience method that creates an instance of theAlarmConfiguration.Builder avoiding the
need to create one manually via AlarmConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to alarmConfiguration(AlarmConfiguration).
alarmConfiguration - a consumer that will call methods on AlarmConfiguration.BuilderalarmConfiguration(AlarmConfiguration)MaintenanceWindowExecutionTaskIdentity.Builder triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarm that was invoked by the maintenance window task.
triggeredAlarms - The CloudWatch alarm that was invoked by the maintenance window task.MaintenanceWindowExecutionTaskIdentity.Builder triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarm that was invoked by the maintenance window task.
triggeredAlarms - The CloudWatch alarm that was invoked by the maintenance window task.MaintenanceWindowExecutionTaskIdentity.Builder triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms)
The CloudWatch alarm that was invoked by the maintenance window task.
This is a convenience method that creates an instance of theAlarmStateInformation.Builder avoiding the need to create
one manually via AlarmStateInformation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #triggeredAlarms(List.
triggeredAlarms - a consumer that will call methods on
AlarmStateInformation.Builder#triggeredAlarms(java.util.Collection) Copyright © 2022. All rights reserved.