Interface EventRuleStatusSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventRuleStatusSummary.Builder,
,EventRuleStatusSummary> SdkBuilder<EventRuleStatusSummary.Builder,
,EventRuleStatusSummary> SdkPojo
- Enclosing class:
EventRuleStatusSummary
-
Method Summary
Modifier and TypeMethodDescriptionA human-readable reason forEventRuleStatus
.The status of theEventRule
.status
(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 Details
-
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
GET
andLIST
calls can be run.
-
-
UPDATING
-
The
EventRule
is being updated.Only
GET
andLIST
calls can be run.
-
-
DELETING
-
The
EventRule
is being deleted.Only
GET
andLIST
calls can be run.
-
-
- Parameters:
status
- The status of theEventRule
.-
Values:
-
ACTIVE
-
The
EventRule
can process events.
-
-
INACTIVE
-
The
EventRule
may be unable to process events.
-
-
CREATING
-
The
EventRule
is being created.Only
GET
andLIST
calls can be run.
-
-
UPDATING
-
The
EventRule
is being updated.Only
GET
andLIST
calls can be run.
-
-
DELETING
-
The
EventRule
is being deleted.Only
GET
andLIST
calls can be run.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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
GET
andLIST
calls can be run.
-
-
UPDATING
-
The
EventRule
is being updated.Only
GET
andLIST
calls can be run.
-
-
DELETING
-
The
EventRule
is being deleted.Only
GET
andLIST
calls can be run.
-
-
- Parameters:
status
- The status of theEventRule
.-
Values:
-
ACTIVE
-
The
EventRule
can process events.
-
-
INACTIVE
-
The
EventRule
may be unable to process events.
-
-
CREATING
-
The
EventRule
is being created.Only
GET
andLIST
calls can be run.
-
-
UPDATING
-
The
EventRule
is being updated.Only
GET
andLIST
calls can be run.
-
-
DELETING
-
The
EventRule
is being deleted.Only
GET
andLIST
calls can be run.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
-