Class Rule
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<Rule.Builder,- Rule> 
Contains information about a rule in Amazon EventBridge.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the rule.static Rule.Builderbuilder()final StringThe description of the rule.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe name or ARN of the event bus associated with the rule.final StringThe event pattern of the rule.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringIf the rule was created on behalf of your account by an Amazon Web Services service, this field displays the principal name of the service that created the rule.final Stringname()The name of the rule.final StringroleArn()The Amazon Resource Name (ARN) of the role that is used for target invocation.final StringThe scheduling expression.static Class<? extends Rule.Builder> final RuleStatestate()The state of the rule.final StringThe state of the rule.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
name
- 
arnThe Amazon Resource Name (ARN) of the rule. - Returns:
- The Amazon Resource Name (ARN) of the rule.
 
- 
eventPatternThe event pattern of the rule. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide. - Returns:
- The event pattern of the rule. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.
 
- 
stateThe state of the rule. If the service returns an enum value that is not available in the current SDK version, statewill returnRuleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the rule.
- See Also:
 
- 
stateAsStringThe state of the rule. If the service returns an enum value that is not available in the current SDK version, statewill returnRuleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the rule.
- See Also:
 
- 
descriptionThe description of the rule. - Returns:
- The description of the rule.
 
- 
scheduleExpressionThe scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)". For more information, see Creating an Amazon EventBridge rule that runs on a schedule. - Returns:
- The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)". For more information, see Creating an Amazon EventBridge rule that runs on a schedule.
 
- 
roleArnThe Amazon Resource Name (ARN) of the role that is used for target invocation. If you're setting an event bus in another account as the target and that account granted permission to your account through an organization instead of directly by the account ID, you must specify a RoleArnwith proper permissions in theTargetstructure, instead of here in this parameter.- Returns:
- The Amazon Resource Name (ARN) of the role that is used for target invocation.
         If you're setting an event bus in another account as the target and that account granted permission to your account through an organization instead of directly by the account ID, you must specify a RoleArnwith proper permissions in theTargetstructure, instead of here in this parameter.
 
- 
managedByIf the rule was created on behalf of your account by an Amazon Web Services service, this field displays the principal name of the service that created the rule. - Returns:
- If the rule was created on behalf of your account by an Amazon Web Services service, this field displays the principal name of the service that created the rule.
 
- 
eventBusNameThe name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used. - Returns:
- The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<Rule.Builder,- Rule> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-