Uses of Interface
software.amazon.awssdk.services.eventbridge.model.DescribeRuleResponse.Builder
Packages that use DescribeRuleResponse.Builder
-
Uses of DescribeRuleResponse.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return DescribeRuleResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the rule.static DescribeRuleResponse.BuilderDescribeRuleResponse.builder()The account ID of the user that created the rule.DescribeRuleResponse.Builder.description(String description) The description of the rule.DescribeRuleResponse.Builder.eventBusName(String eventBusName) The name of the event bus associated with the rule.DescribeRuleResponse.Builder.eventPattern(String eventPattern) The event pattern.If this is a managed rule, created by an Amazon Web Services service on your behalf, this field displays the principal name of the Amazon Web Services service that created the rule.The name of the rule.The Amazon Resource Name (ARN) of the IAM role associated with the rule.DescribeRuleResponse.Builder.scheduleExpression(String scheduleExpression) The scheduling expression.Specifies whether the rule is enabled or disabled.Specifies whether the rule is enabled or disabled.DescribeRuleResponse.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type DescribeRuleResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeRuleResponse.Builder>DescribeRuleResponse.serializableBuilderClass()