public static interface SAPODataConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<SAPODataConnectorProfileProperties.Builder,SAPODataConnectorProfileProperties>
| Modifier and Type | Method and Description |
|---|---|
SAPODataConnectorProfileProperties.Builder |
applicationHostUrl(String applicationHostUrl)
The location of the SAPOData resource.
|
SAPODataConnectorProfileProperties.Builder |
applicationServicePath(String applicationServicePath)
The application path to catalog service.
|
SAPODataConnectorProfileProperties.Builder |
clientNumber(String clientNumber)
The client number for the client creating the connection.
|
SAPODataConnectorProfileProperties.Builder |
disableSSO(Boolean disableSSO)
If you set this parameter to
true, Amazon AppFlow bypasses the single sign-on (SSO) settings in
your SAP account when it accesses your SAP OData instance. |
SAPODataConnectorProfileProperties.Builder |
logonLanguage(String logonLanguage)
The logon language of SAPOData instance.
|
default SAPODataConnectorProfileProperties.Builder |
oAuthProperties(Consumer<OAuthProperties.Builder> oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
|
SAPODataConnectorProfileProperties.Builder |
oAuthProperties(OAuthProperties oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
|
SAPODataConnectorProfileProperties.Builder |
portNumber(Integer portNumber)
The port number of the SAPOData instance.
|
SAPODataConnectorProfileProperties.Builder |
privateLinkServiceName(String privateLinkServiceName)
The SAPOData Private Link service name to be used for private data transfers.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSAPODataConnectorProfileProperties.Builder applicationHostUrl(String applicationHostUrl)
The location of the SAPOData resource.
applicationHostUrl - The location of the SAPOData resource.SAPODataConnectorProfileProperties.Builder applicationServicePath(String applicationServicePath)
The application path to catalog service.
applicationServicePath - The application path to catalog service.SAPODataConnectorProfileProperties.Builder portNumber(Integer portNumber)
The port number of the SAPOData instance.
portNumber - The port number of the SAPOData instance.SAPODataConnectorProfileProperties.Builder clientNumber(String clientNumber)
The client number for the client creating the connection.
clientNumber - The client number for the client creating the connection.SAPODataConnectorProfileProperties.Builder logonLanguage(String logonLanguage)
The logon language of SAPOData instance.
logonLanguage - The logon language of SAPOData instance.SAPODataConnectorProfileProperties.Builder privateLinkServiceName(String privateLinkServiceName)
The SAPOData Private Link service name to be used for private data transfers.
privateLinkServiceName - The SAPOData Private Link service name to be used for private data transfers.SAPODataConnectorProfileProperties.Builder oAuthProperties(OAuthProperties oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
oAuthProperties - The SAPOData OAuth properties required for OAuth type authentication.default SAPODataConnectorProfileProperties.Builder oAuthProperties(Consumer<OAuthProperties.Builder> oAuthProperties)
The SAPOData OAuth properties required for OAuth type authentication.
This is a convenience method that creates an instance of theOAuthProperties.Builder avoiding the
need to create one manually via OAuthProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to oAuthProperties(OAuthProperties).
oAuthProperties - a consumer that will call methods on OAuthProperties.BuilderoAuthProperties(OAuthProperties)SAPODataConnectorProfileProperties.Builder disableSSO(Boolean disableSSO)
If you set this parameter to true, Amazon AppFlow bypasses the single sign-on (SSO) settings in
your SAP account when it accesses your SAP OData instance.
Whether you need this option depends on the types of credentials that you applied to your SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO can prevent Amazon AppFlow from connecting to your account with your username and password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect successfully. However, if your profile uses OAuth credentials, this parameter has no affect.
disableSSO - If you set this parameter to true, Amazon AppFlow bypasses the single sign-on (SSO)
settings in your SAP account when it accesses your SAP OData instance.
Whether you need this option depends on the types of credentials that you applied to your SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO can prevent Amazon AppFlow from connecting to your account with your username and password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect successfully. However, if your profile uses OAuth credentials, this parameter has no affect.
Copyright © 2023. All rights reserved.