Interface MarketoDestinationProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MarketoDestinationProperties.Builder,MarketoDestinationProperties>,SdkBuilder<MarketoDestinationProperties.Builder,MarketoDestinationProperties>,SdkPojo
- Enclosing class:
- MarketoDestinationProperties
public static interface MarketoDestinationProperties.Builder extends SdkPojo, CopyableBuilder<MarketoDestinationProperties.Builder,MarketoDestinationProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MarketoDestinationProperties.BuildererrorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.MarketoDestinationProperties.BuildererrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.MarketoDestinationProperties.Builderobject(String object)The object specified in the Marketo 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
MarketoDestinationProperties.Builder object(String object)
The object specified in the Marketo flow destination.
- Parameters:
object- The object specified in the Marketo flow destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorHandlingConfig
MarketoDestinationProperties.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 MarketoDestinationProperties.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)
-
-