public static interface ScheduledAction.Builder extends SdkPojo, CopyableBuilder<ScheduledAction.Builder,ScheduledAction>
| Modifier and Type | Method and Description |
|---|---|
ScheduledAction.Builder |
cancellable(Boolean cancellable)
Whether or not the scheduled action is cancellable.
|
ScheduledAction.Builder |
description(String description)
A description of the action to be taken.
|
ScheduledAction.Builder |
id(String id)
The unique identifier of the scheduled action.
|
ScheduledAction.Builder |
mandatory(Boolean mandatory)
Whether the action is required or optional.
|
ScheduledAction.Builder |
scheduledBy(ScheduledBy scheduledBy)
Whether the action was scheduled manually (
CUSTOMER, or by OpenSearch Service automatically (
SYSTEM). |
ScheduledAction.Builder |
scheduledBy(String scheduledBy)
Whether the action was scheduled manually (
CUSTOMER, or by OpenSearch Service automatically (
SYSTEM). |
ScheduledAction.Builder |
scheduledTime(Long scheduledTime)
The time when the change is scheduled to happen.
|
ScheduledAction.Builder |
severity(ActionSeverity severity)
The severity of the action.
|
ScheduledAction.Builder |
severity(String severity)
The severity of the action.
|
ScheduledAction.Builder |
status(ActionStatus status)
The current status of the scheduled action.
|
ScheduledAction.Builder |
status(String status)
The current status of the scheduled action.
|
ScheduledAction.Builder |
type(ActionType type)
The type of action that will be taken on the domain.
|
ScheduledAction.Builder |
type(String type)
The type of action that will be taken on the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduledAction.Builder id(String id)
The unique identifier of the scheduled action.
id - The unique identifier of the scheduled action.ScheduledAction.Builder type(String type)
The type of action that will be taken on the domain.
type - The type of action that will be taken on the domain.ActionType,
ActionTypeScheduledAction.Builder type(ActionType type)
The type of action that will be taken on the domain.
type - The type of action that will be taken on the domain.ActionType,
ActionTypeScheduledAction.Builder severity(String severity)
The severity of the action.
severity - The severity of the action.ActionSeverity,
ActionSeverityScheduledAction.Builder severity(ActionSeverity severity)
The severity of the action.
severity - The severity of the action.ActionSeverity,
ActionSeverityScheduledAction.Builder scheduledTime(Long scheduledTime)
The time when the change is scheduled to happen.
scheduledTime - The time when the change is scheduled to happen.ScheduledAction.Builder description(String description)
A description of the action to be taken.
description - A description of the action to be taken.ScheduledAction.Builder scheduledBy(String scheduledBy)
Whether the action was scheduled manually (CUSTOMER, or by OpenSearch Service automatically (
SYSTEM).
scheduledBy - Whether the action was scheduled manually (CUSTOMER, or by OpenSearch Service
automatically (SYSTEM).ScheduledBy,
ScheduledByScheduledAction.Builder scheduledBy(ScheduledBy scheduledBy)
Whether the action was scheduled manually (CUSTOMER, or by OpenSearch Service automatically (
SYSTEM).
scheduledBy - Whether the action was scheduled manually (CUSTOMER, or by OpenSearch Service
automatically (SYSTEM).ScheduledBy,
ScheduledByScheduledAction.Builder status(String status)
The current status of the scheduled action.
status - The current status of the scheduled action.ActionStatus,
ActionStatusScheduledAction.Builder status(ActionStatus status)
The current status of the scheduled action.
status - The current status of the scheduled action.ActionStatus,
ActionStatusScheduledAction.Builder mandatory(Boolean mandatory)
Whether the action is required or optional.
mandatory - Whether the action is required or optional.ScheduledAction.Builder cancellable(Boolean cancellable)
Whether or not the scheduled action is cancellable.
cancellable - Whether or not the scheduled action is cancellable.Copyright © 2023. All rights reserved.