public static interface EventBridgeParameters.Builder extends SdkPojo, CopyableBuilder<EventBridgeParameters.Builder,EventBridgeParameters>
| Modifier and Type | Method and Description |
|---|---|
EventBridgeParameters.Builder |
detailType(String detailType)
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event
detail.
|
EventBridgeParameters.Builder |
source(String source)
The source of the event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventBridgeParameters.Builder detailType(String detailType)
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
detailType - A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the
event detail.EventBridgeParameters.Builder source(String source)
The source of the event.
source - The source of the event.Copyright © 2022. All rights reserved.