Uses of Interface
software.amazon.awssdk.services.eventbridge.model.Rule.Builder
Packages that use Rule.Builder
-
Uses of Rule.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return Rule.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the rule.static Rule.BuilderRule.builder()Rule.Builder.description(String description) The description of the rule.Rule.Builder.eventBusName(String eventBusName) The name or ARN of the event bus associated with the rule.Rule.Builder.eventPattern(String eventPattern) The event pattern of the rule.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.The name of the rule.The Amazon Resource Name (ARN) of the role that is used for target invocation.Rule.Builder.scheduleExpression(String scheduleExpression) The scheduling expression.The state of the rule.The state of the rule.Rule.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Rule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Rule.Builder>Rule.serializableBuilderClass()