@Generated(value="software.amazon.awssdk:codegen") public final class EventBridgeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventBridgeConfiguration.Builder,EventBridgeConfiguration>
Configuration to enable EventBridge case event delivery and determine what data is delivered.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventBridgeConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventBridgeConfiguration.Builder |
builder() |
Boolean |
enabled()
Indicates whether the to broadcast case event data to the customer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EventIncludedData |
includedData()
Details of what case and related item data is published through the case event stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventBridgeConfiguration.Builder> |
serializableBuilderClass() |
EventBridgeConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
Indicates whether the to broadcast case event data to the customer.
public final EventIncludedData includedData()
Details of what case and related item data is published through the case event stream.
public EventBridgeConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventBridgeConfiguration.Builder,EventBridgeConfiguration>public static EventBridgeConfiguration.Builder builder()
public static Class<? extends EventBridgeConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.