Uses of Interface
software.amazon.awssdk.services.appflow.model.HoneycodeDestinationProperties.Builder
-
Packages that use HoneycodeDestinationProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of HoneycodeDestinationProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return HoneycodeDestinationProperties.Builder Modifier and Type Method Description static HoneycodeDestinationProperties.BuilderHoneycodeDestinationProperties. builder()default HoneycodeDestinationProperties.BuilderHoneycodeDestinationProperties.Builder. errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.HoneycodeDestinationProperties.BuilderHoneycodeDestinationProperties.Builder. errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.HoneycodeDestinationProperties.BuilderHoneycodeDestinationProperties.Builder. object(String object)The object specified in the Amazon Honeycode flow destination.HoneycodeDestinationProperties.BuilderHoneycodeDestinationProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type HoneycodeDestinationProperties.Builder Modifier and Type Method Description static Class<? extends HoneycodeDestinationProperties.Builder>HoneycodeDestinationProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type HoneycodeDestinationProperties.Builder Modifier and Type Method Description default DestinationConnectorProperties.BuilderDestinationConnectorProperties.Builder. honeycode(Consumer<HoneycodeDestinationProperties.Builder> honeycode)The properties required to query Amazon Honeycode.
-