public static interface SAPODataDestinationProperties.Builder extends SdkPojo, CopyableBuilder<SAPODataDestinationProperties.Builder,SAPODataDestinationProperties>
| Modifier and Type | Method and 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(Collection<String> idFieldNames)
Sets the value of the IdFieldNames property for this object.
|
SAPODataDestinationProperties.Builder |
idFieldNames(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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSAPODataDestinationProperties.Builder objectPath(String objectPath)
The object path specified in the SAPOData flow destination.
objectPath - The object path specified in the SAPOData flow destination.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.
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.
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 via SuccessResponseHandlingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to successResponseHandlingConfig(SuccessResponseHandlingConfig).
successResponseHandlingConfig - a consumer that will call methods on SuccessResponseHandlingConfig.BuildersuccessResponseHandlingConfig(SuccessResponseHandlingConfig)SAPODataDestinationProperties.Builder idFieldNames(Collection<String> idFieldNames)
idFieldNames - The new value for the IdFieldNames property for this object.SAPODataDestinationProperties.Builder idFieldNames(String... idFieldNames)
idFieldNames - The new value for the IdFieldNames property for this object.SAPODataDestinationProperties.Builder errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
errorHandlingConfig - The new value for the ErrorHandlingConfig property for this object.default SAPODataDestinationProperties.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)SAPODataDestinationProperties.Builder writeOperationType(String writeOperationType)
writeOperationType - The new value for the WriteOperationType property for this object.WriteOperationType,
WriteOperationTypeSAPODataDestinationProperties.Builder writeOperationType(WriteOperationType writeOperationType)
writeOperationType - The new value for the WriteOperationType property for this object.WriteOperationType,
WriteOperationTypeCopyright © 2023. All rights reserved.