Uses of Interface
software.amazon.awssdk.services.eventbridge.model.PutRuleRequest.Builder
Packages that use PutRuleRequest.Builder
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of PutRuleRequest.Builder in software.amazon.awssdk.services.eventbridge
Method parameters in software.amazon.awssdk.services.eventbridge with type arguments of type PutRuleRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutRuleResponse>EventBridgeAsyncClient.putRule(Consumer<PutRuleRequest.Builder> putRuleRequest) Creates or updates the specified rule.default PutRuleResponseEventBridgeClient.putRule(Consumer<PutRuleRequest.Builder> putRuleRequest) Creates or updates the specified rule. -
Uses of PutRuleRequest.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return PutRuleRequest.BuilderModifier and TypeMethodDescriptionstatic PutRuleRequest.BuilderPutRuleRequest.builder()PutRuleRequest.Builder.description(String description) A description of the rule.PutRuleRequest.Builder.eventBusName(String eventBusName) The name or ARN of the event bus to associate with this rule.PutRuleRequest.Builder.eventPattern(String eventPattern) The event pattern.The name of the rule that you are creating or updating.PutRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the IAM role associated with the rule.PutRuleRequest.Builder.scheduleExpression(String scheduleExpression) The scheduling expression.The state of the rule.The state of the rule.PutRuleRequest.Builder.tags(Collection<Tag> tags) The list of key-value pairs to associate with the rule.PutRuleRequest.Builder.tags(Consumer<Tag.Builder>... tags) The list of key-value pairs to associate with the rule.The list of key-value pairs to associate with the rule.PutRuleRequest.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type PutRuleRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutRuleRequest.Builder>PutRuleRequest.serializableBuilderClass()