| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.builder() |
default SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.Builder.errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.
|
SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.Builder.errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
Sets the value of the ErrorHandlingConfig property for this object.
|
SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.Builder.idFieldNames(Collection<String> idFieldNames)
Sets the value of the IdFieldNames property for this object.
|
SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.Builder.idFieldNames(String... idFieldNames)
Sets the value of the IdFieldNames property for this object.
|
SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.Builder.objectPath(String objectPath)
The object path specified in the SAPOData flow destination.
|
default SAPODataDestinationProperties.Builder |
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 |
SAPODataDestinationProperties.Builder.successResponseHandlingConfig(SuccessResponseHandlingConfig successResponseHandlingConfig)
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing
data.
|
SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.toBuilder() |
SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.Builder.writeOperationType(String writeOperationType)
Sets the value of the WriteOperationType property for this object.
|
SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.Builder.writeOperationType(WriteOperationType writeOperationType)
Sets the value of the WriteOperationType property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SAPODataDestinationProperties.Builder> |
SAPODataDestinationProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DestinationConnectorProperties.Builder |
DestinationConnectorProperties.Builder.sapoData(Consumer<SAPODataDestinationProperties.Builder> sapoData)
The properties required to query SAPOData.
|
Copyright © 2022. All rights reserved.