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, sdkFields
copy
applyMutation, build
EventBridgeDestinationProperties.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.Builder
errorHandlingConfig(ErrorHandlingConfig)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.