Interface SAPODataDestinationProperties.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SAPODataDestinationProperties.Builder,SAPODataDestinationProperties>
,SdkBuilder<SAPODataDestinationProperties.Builder,SAPODataDestinationProperties>
,SdkPojo
- Enclosing class:
- SAPODataDestinationProperties
public static interface SAPODataDestinationProperties.Builder extends SdkPojo, CopyableBuilder<SAPODataDestinationProperties.Builder,SAPODataDestinationProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SAPODataDestinationProperties.Builder
errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.SAPODataDestinationProperties.Builder
errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.SAPODataDestinationProperties.Builder
idFieldNames(String... idFieldNames)
Sets the value of the IdFieldNames property for this object.SAPODataDestinationProperties.Builder
idFieldNames(Collection<String> idFieldNames)
Sets the value of the IdFieldNames property for this object.SAPODataDestinationProperties.Builder
objectPath(String objectPath)
The object path specified in the SAPOData flow destination.default SAPODataDestinationProperties.Builder
successResponseHandlingConfig(Consumer<SuccessResponseHandlingConfig.Builder> successResponseHandlingConfig)
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.SAPODataDestinationProperties.Builder
successResponseHandlingConfig(SuccessResponseHandlingConfig successResponseHandlingConfig)
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.SAPODataDestinationProperties.Builder
writeOperationType(String writeOperationType)
Sets the value of the WriteOperationType property for this object.SAPODataDestinationProperties.Builder
writeOperationType(WriteOperationType writeOperationType)
Sets the value of the WriteOperationType property for this object.-
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
-
objectPath
SAPODataDestinationProperties.Builder objectPath(String objectPath)
The object path specified in the SAPOData flow destination.
- Parameters:
objectPath
- The object path specified in the SAPOData flow destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successResponseHandlingConfig
SAPODataDestinationProperties.Builder successResponseHandlingConfig(SuccessResponseHandlingConfig successResponseHandlingConfig)
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.
- Parameters:
successResponseHandlingConfig
- Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successResponseHandlingConfig
default SAPODataDestinationProperties.Builder successResponseHandlingConfig(Consumer<SuccessResponseHandlingConfig.Builder> successResponseHandlingConfig)
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.
This is a convenience method that creates an instance of theSuccessResponseHandlingConfig.Builder
avoiding the need to create one manually viaSuccessResponseHandlingConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosuccessResponseHandlingConfig(SuccessResponseHandlingConfig)
.- Parameters:
successResponseHandlingConfig
- a consumer that will call methods onSuccessResponseHandlingConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
successResponseHandlingConfig(SuccessResponseHandlingConfig)
-
idFieldNames
SAPODataDestinationProperties.Builder idFieldNames(Collection<String> idFieldNames)
Sets the value of the IdFieldNames property for this object.- Parameters:
idFieldNames
- The new value for the IdFieldNames property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idFieldNames
SAPODataDestinationProperties.Builder idFieldNames(String... idFieldNames)
Sets the value of the IdFieldNames property for this object.- Parameters:
idFieldNames
- The new value for the IdFieldNames property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorHandlingConfig
SAPODataDestinationProperties.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 SAPODataDestinationProperties.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.Builder
avoiding the need to create one manually viaErrorHandlingConfig.builder()
.When the
Consumer
completes,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)
-
writeOperationType
SAPODataDestinationProperties.Builder writeOperationType(String writeOperationType)
Sets the value of the WriteOperationType property for this object.- Parameters:
writeOperationType
- The new value for the WriteOperationType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WriteOperationType
,WriteOperationType
-
writeOperationType
SAPODataDestinationProperties.Builder writeOperationType(WriteOperationType writeOperationType)
Sets the value of the WriteOperationType property for this object.- Parameters:
writeOperationType
- The new value for the WriteOperationType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WriteOperationType
,WriteOperationType
-
-