public static interface EventBridgeConfiguration.Builder extends SdkPojo, CopyableBuilder<EventBridgeConfiguration.Builder,EventBridgeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EventBridgeConfiguration.Builder |
enabled(Boolean enabled)
Indicates whether the to broadcast case event data to the customer.
|
default EventBridgeConfiguration.Builder |
includedData(Consumer<EventIncludedData.Builder> includedData)
Details of what case and related item data is published through the case event stream.
|
EventBridgeConfiguration.Builder |
includedData(EventIncludedData includedData)
Details of what case and related item data is published through the case event stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventBridgeConfiguration.Builder enabled(Boolean enabled)
Indicates whether the to broadcast case event data to the customer.
enabled - Indicates whether the to broadcast case event data to the customer.EventBridgeConfiguration.Builder includedData(EventIncludedData includedData)
Details of what case and related item data is published through the case event stream.
includedData - Details of what case and related item data is published through the case event stream.default EventBridgeConfiguration.Builder includedData(Consumer<EventIncludedData.Builder> includedData)
Details of what case and related item data is published through the case event stream.
This is a convenience method that creates an instance of theEventIncludedData.Builder avoiding the
need to create one manually via EventIncludedData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to includedData(EventIncludedData).
includedData - a consumer that will call methods on EventIncludedData.BuilderincludedData(EventIncludedData)Copyright © 2023. All rights reserved.