Interface EventRuleStatusSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventRuleStatusSummary.Builder,EventRuleStatusSummary>,SdkBuilder<EventRuleStatusSummary.Builder,EventRuleStatusSummary>,SdkPojo
- Enclosing class:
- EventRuleStatusSummary
public static interface EventRuleStatusSummary.Builder extends SdkPojo, CopyableBuilder<EventRuleStatusSummary.Builder,EventRuleStatusSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventRuleStatusSummary.Builderreason(String reason)A human-readable reason for EventRuleStatus.EventRuleStatusSummary.Builderstatus(String status)The status of the EventRule.EventRuleStatusSummary.Builderstatus(EventRuleStatus status)The status of the EventRule.-
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 Detail
-
status
EventRuleStatusSummary.Builder status(String status)
The status of the EventRule.
-
Values:
-
ACTIVE-
The EventRule can process events.
-
-
INACTIVE-
The EventRule may be unable to process events.
-
-
CREATING-
The EventRule is being created.
Only
GETandLISTcalls can be run.
-
-
UPDATING-
The EventRule is being updated.
Only
GETandLISTcalls can be run.
-
-
DELETING-
The EventRule is being deleted.
Only
GETandLISTcalls can be run.
-
-
- Parameters:
status- The status of the EventRule.-
Values:
-
ACTIVE-
The EventRule can process events.
-
-
INACTIVE-
The EventRule may be unable to process events.
-
-
CREATING-
The EventRule is being created.
Only
GETandLISTcalls can be run.
-
-
UPDATING-
The EventRule is being updated.
Only
GETandLISTcalls can be run.
-
-
DELETING-
The EventRule is being deleted.
Only
GETandLISTcalls can be run.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventRuleStatus,EventRuleStatus
-
-
status
EventRuleStatusSummary.Builder status(EventRuleStatus status)
The status of the EventRule.
-
Values:
-
ACTIVE-
The EventRule can process events.
-
-
INACTIVE-
The EventRule may be unable to process events.
-
-
CREATING-
The EventRule is being created.
Only
GETandLISTcalls can be run.
-
-
UPDATING-
The EventRule is being updated.
Only
GETandLISTcalls can be run.
-
-
DELETING-
The EventRule is being deleted.
Only
GETandLISTcalls can be run.
-
-
- Parameters:
status- The status of the EventRule.-
Values:
-
ACTIVE-
The EventRule can process events.
-
-
INACTIVE-
The EventRule may be unable to process events.
-
-
CREATING-
The EventRule is being created.
Only
GETandLISTcalls can be run.
-
-
UPDATING-
The EventRule is being updated.
Only
GETandLISTcalls can be run.
-
-
DELETING-
The EventRule is being deleted.
Only
GETandLISTcalls can be run.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventRuleStatus,EventRuleStatus
-
-
reason
EventRuleStatusSummary.Builder reason(String reason)
A human-readable reason for EventRuleStatus.
- Parameters:
reason- A human-readable reason for EventRuleStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-