Interface HoneycodeDestinationProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HoneycodeDestinationProperties.Builder,HoneycodeDestinationProperties>,SdkBuilder<HoneycodeDestinationProperties.Builder,HoneycodeDestinationProperties>,SdkPojo
- Enclosing class:
- HoneycodeDestinationProperties
public static interface HoneycodeDestinationProperties.Builder extends SdkPojo, CopyableBuilder<HoneycodeDestinationProperties.Builder,HoneycodeDestinationProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default HoneycodeDestinationProperties.BuildererrorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.HoneycodeDestinationProperties.BuildererrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.HoneycodeDestinationProperties.Builderobject(String object)The object specified in the Amazon Honeycode flow destination.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
object
HoneycodeDestinationProperties.Builder object(String object)
The object specified in the Amazon Honeycode flow destination.
- Parameters:
object- The object specified in the Amazon Honeycode flow destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorHandlingConfig
HoneycodeDestinationProperties.Builder errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.- Parameters:
errorHandlingConfig- The new value for the ErrorHandlingConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorHandlingConfig
default HoneycodeDestinationProperties.Builder errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object. This is a convenience method that creates an instance of theErrorHandlingConfig.Builderavoiding the need to create one manually viaErrorHandlingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorHandlingConfig(ErrorHandlingConfig).- Parameters:
errorHandlingConfig- a consumer that will call methods onErrorHandlingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
errorHandlingConfig(ErrorHandlingConfig)
-
-