StructuredPojo
, ToCopyableBuilder<Rule.Builder,Rule>
@Generated("software.amazon.awssdk:codegen") public class Rule extends Object implements StructuredPojo, ToCopyableBuilder<Rule.Builder,Rule>
Contains information about a rule in Amazon CloudWatch Events.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Rule.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The Amazon Resource Name (ARN) of the rule.
|
static Rule.Builder |
builder() |
|
String |
description() |
The description of the rule.
|
boolean |
equals(Object obj) |
|
String |
eventPattern() |
The event pattern of the rule.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the rule.
|
String |
roleArn() |
The Amazon Resource Name (ARN) of the role that is used for target invocation.
|
String |
scheduleExpression() |
The scheduling expression.
|
static Class<? extends Rule.Builder> |
serializableBuilderClass() |
|
String |
state() |
The state of the rule.
|
Rule.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the rule.
public String arn()
The Amazon Resource Name (ARN) of the rule.
public String eventPattern()
The event pattern of the rule. For more information, see Events and Event Patterns in the Amazon CloudWatch Events User Guide.
public String state()
The state of the rule.
RuleState
public String description()
The description of the rule.
public String scheduleExpression()
The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)".
public String roleArn()
The Amazon Resource Name (ARN) of the role that is used for target invocation.
public Rule.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Rule.Builder,Rule>
public static Rule.Builder builder()
public static Class<? extends Rule.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.