Interface ScheduledAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduledAction.Builder,
,ScheduledAction> SdkBuilder<ScheduledAction.Builder,
,ScheduledAction> SdkPojo
- Enclosing class:
ScheduledAction
@Mutable
@NotThreadSafe
public static interface ScheduledAction.Builder
extends SdkPojo, CopyableBuilder<ScheduledAction.Builder,ScheduledAction>
-
Method Summary
Modifier and TypeMethodDescriptioncancellable
(Boolean cancellable) Whether or not the scheduled action is cancellable.description
(String description) A description of the action to be taken.The unique identifier of the scheduled action.Whether the action is required or optional.scheduledBy
(String scheduledBy) Whether the action was scheduled manually (CUSTOMER
, or by OpenSearch Service automatically (SYSTEM
).scheduledBy
(ScheduledBy scheduledBy) Whether the action was scheduled manually (CUSTOMER
, or by OpenSearch Service automatically (SYSTEM
).scheduledTime
(Long scheduledTime) The time when the change is scheduled to happen.The severity of the action.severity
(ActionSeverity severity) The severity of the action.The current status of the scheduled action.status
(ActionStatus status) The current status of the scheduled action.The type of action that will be taken on the domain.type
(ActionType type) The type of action that will be taken on the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the scheduled action.
- Parameters:
id
- The unique identifier of the scheduled action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of action that will be taken on the domain.
- Parameters:
type
- The type of action that will be taken on the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of action that will be taken on the domain.
- Parameters:
type
- The type of action that will be taken on the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
The severity of the action.
- Parameters:
severity
- The severity of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
The severity of the action.
- Parameters:
severity
- The severity of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scheduledTime
The time when the change is scheduled to happen.
- Parameters:
scheduledTime
- The time when the change is scheduled to happen.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the action to be taken.
- Parameters:
description
- A description of the action to be taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledBy
Whether the action was scheduled manually (
CUSTOMER
, or by OpenSearch Service automatically (SYSTEM
).- Parameters:
scheduledBy
- Whether the action was scheduled manually (CUSTOMER
, or by OpenSearch Service automatically (SYSTEM
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scheduledBy
Whether the action was scheduled manually (
CUSTOMER
, or by OpenSearch Service automatically (SYSTEM
).- Parameters:
scheduledBy
- Whether the action was scheduled manually (CUSTOMER
, or by OpenSearch Service automatically (SYSTEM
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the scheduled action.
- Parameters:
status
- The current status of the scheduled action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the scheduled action.
- Parameters:
status
- The current status of the scheduled action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mandatory
Whether the action is required or optional.
- Parameters:
mandatory
- Whether the action is required or optional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cancellable
Whether or not the scheduled action is cancellable.
- Parameters:
cancellable
- Whether or not the scheduled action is cancellable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-