Class EventBridgeDestination
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.EventBridgeDestination
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventBridgeDestination.Builder,EventBridgeDestination>
@Generated("software.amazon.awssdk:codegen") public final class EventBridgeDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventBridgeDestination.Builder,EventBridgeDestination>
An object that defines an Amazon EventBridge destination for email events. You can use Amazon EventBridge to send notifications when certain email events occur.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventBridgeDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventBridgeDestination.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventBusArn()The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EventBridgeDestination.Builder>serializableBuilderClass()EventBridgeDestination.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
eventBusArn
public final String eventBusArn()
The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. Only the default bus is supported.
- Returns:
- The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. Only the default bus is supported.
-
toBuilder
public EventBridgeDestination.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventBridgeDestination.Builder,EventBridgeDestination>
-
builder
public static EventBridgeDestination.Builder builder()
-
serializableBuilderClass
public static Class<? extends EventBridgeDestination.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-