public static interface HoneycodeDestinationProperties.Builder extends SdkPojo, CopyableBuilder<HoneycodeDestinationProperties.Builder,HoneycodeDestinationProperties>
Modifier and Type | Method and Description |
---|---|
default HoneycodeDestinationProperties.Builder |
errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.
|
HoneycodeDestinationProperties.Builder |
errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.
|
HoneycodeDestinationProperties.Builder |
object(String object)
The object specified in the Amazon Honeycode flow destination.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
HoneycodeDestinationProperties.Builder object(String object)
The object specified in the Amazon Honeycode flow destination.
object
- The object specified in the Amazon Honeycode flow destination.HoneycodeDestinationProperties.Builder errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
errorHandlingConfig
- The new value for the ErrorHandlingConfig property for this object.default HoneycodeDestinationProperties.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)