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