Interface SAPODataDestinationProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SAPODataDestinationProperties.Builder,
,SAPODataDestinationProperties> SdkBuilder<SAPODataDestinationProperties.Builder,
,SAPODataDestinationProperties> SdkPojo
- Enclosing class:
SAPODataDestinationProperties
-
Method Summary
Modifier and TypeMethodDescriptionerrorHandlingConfig
(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig) Sets the value of the ErrorHandlingConfig property for this object.errorHandlingConfig
(ErrorHandlingConfig errorHandlingConfig) Sets the value of the ErrorHandlingConfig property for this object.idFieldNames
(String... idFieldNames) Sets the value of the IdFieldNames property for this object.idFieldNames
(Collection<String> idFieldNames) Sets the value of the IdFieldNames property for this object.objectPath
(String objectPath) The object path specified in the SAPOData flow destination.successResponseHandlingConfig
(Consumer<SuccessResponseHandlingConfig.Builder> successResponseHandlingConfig) Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.successResponseHandlingConfig
(SuccessResponseHandlingConfig successResponseHandlingConfig) Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.writeOperationType
(String writeOperationType) Sets the value of the WriteOperationType property for this object.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 Details
-
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:
-
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
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
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:
-
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
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:
-