public static interface EventBridgeDestinationProperties.Builder extends SdkPojo, CopyableBuilder<EventBridgeDestinationProperties.Builder,EventBridgeDestinationProperties>
| Modifier and Type | Method and Description |
|---|---|
default EventBridgeDestinationProperties.Builder |
errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.
|
EventBridgeDestinationProperties.Builder |
errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.
|
EventBridgeDestinationProperties.Builder |
object(String object)
The object specified in the Amazon EventBridge flow destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventBridgeDestinationProperties.Builder object(String object)
The object specified in the Amazon EventBridge flow destination.
object - The object specified in the Amazon EventBridge flow destination.EventBridgeDestinationProperties.Builder errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
errorHandlingConfig - The new value for the ErrorHandlingConfig property for this object.default EventBridgeDestinationProperties.Builder errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
ErrorHandlingConfig.Builder avoiding the
need to create one manually via ErrorHandlingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorHandlingConfig(ErrorHandlingConfig).
errorHandlingConfig - a consumer that will call methods on ErrorHandlingConfig.BuildererrorHandlingConfig(ErrorHandlingConfig)Copyright © 2022. All rights reserved.