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 forEventRuleStatus.EventRuleStatusSummary.Builderstatus(String status)The status of theEventRule.EventRuleStatusSummary.Builderstatus(EventRuleStatus status)The status of theEventRule.-
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
EventRulecan process events.
-
-
INACTIVE-
The
EventRulemay be unable to process events.
-
-
CREATING-
The
EventRuleis being created.Only
GETandLISTcalls can be run.
-
-
UPDATING-
The
EventRuleis being updated.Only
GETandLISTcalls can be run.
-
-
DELETING-
The
EventRuleis being deleted.Only
GETandLISTcalls can be run.
-
-
- Parameters:
status- The status of theEventRule.-
Values:
-
ACTIVE-
The
EventRulecan process events.
-
-
INACTIVE-
The
EventRulemay be unable to process events.
-
-
CREATING-
The
EventRuleis being created.Only
GETandLISTcalls can be run.
-
-
UPDATING-
The
EventRuleis being updated.Only
GETandLISTcalls can be run.
-
-
DELETING-
The
EventRuleis 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
EventRulecan process events.
-
-
INACTIVE-
The
EventRulemay be unable to process events.
-
-
CREATING-
The
EventRuleis being created.Only
GETandLISTcalls can be run.
-
-
UPDATING-
The
EventRuleis being updated.Only
GETandLISTcalls can be run.
-
-
DELETING-
The
EventRuleis being deleted.Only
GETandLISTcalls can be run.
-
-
- Parameters:
status- The status of theEventRule.-
Values:
-
ACTIVE-
The
EventRulecan process events.
-
-
INACTIVE-
The
EventRulemay be unable to process events.
-
-
CREATING-
The
EventRuleis being created.Only
GETandLISTcalls can be run.
-
-
UPDATING-
The
EventRuleis being updated.Only
GETandLISTcalls can be run.
-
-
DELETING-
The
EventRuleis 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 forEventRuleStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-