public static interface TestEventPatternRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<TestEventPatternRequest.Builder,TestEventPatternRequest>
| Modifier and Type | Method and Description |
|---|---|
TestEventPatternRequest.Builder |
event(String event)
The event, in JSON format, to test against the event pattern.
|
TestEventPatternRequest.Builder |
eventPattern(String eventPattern)
The event pattern.
|
TestEventPatternRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestEventPatternRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestEventPatternRequest.Builder eventPattern(String eventPattern)
The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.
eventPattern - The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.TestEventPatternRequest.Builder event(String event)
The event, in JSON format, to test against the event pattern. The JSON must follow the format specified in Amazon Web Services Events, and the following fields are mandatory:
id
account
source
time
region
resources
detail-type
event - The event, in JSON format, to test against the event pattern. The JSON must follow the format
specified in Amazon
Web Services Events, and the following fields are mandatory:
id
account
source
time
region
resources
detail-type
TestEventPatternRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTestEventPatternRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.