Interface SAPODataConnectorProfileProperties.Builder

    • Method Detail

      • applicationHostUrl

        SAPODataConnectorProfileProperties.Builder applicationHostUrl​(String applicationHostUrl)

        The location of the SAPOData resource.

        Parameters:
        applicationHostUrl - The location of the SAPOData resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationServicePath

        SAPODataConnectorProfileProperties.Builder applicationServicePath​(String applicationServicePath)

        The application path to catalog service.

        Parameters:
        applicationServicePath - The application path to catalog service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portNumber

        SAPODataConnectorProfileProperties.Builder portNumber​(Integer portNumber)

        The port number of the SAPOData instance.

        Parameters:
        portNumber - The port number of the SAPOData instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientNumber

        SAPODataConnectorProfileProperties.Builder clientNumber​(String clientNumber)

        The client number for the client creating the connection.

        Parameters:
        clientNumber - The client number for the client creating the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logonLanguage

        SAPODataConnectorProfileProperties.Builder logonLanguage​(String logonLanguage)

        The logon language of SAPOData instance.

        Parameters:
        logonLanguage - The logon language of SAPOData instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateLinkServiceName

        SAPODataConnectorProfileProperties.Builder privateLinkServiceName​(String privateLinkServiceName)

        The SAPOData Private Link service name to be used for private data transfers.

        Parameters:
        privateLinkServiceName - The SAPOData Private Link service name to be used for private data transfers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • oAuthProperties

        SAPODataConnectorProfileProperties.Builder oAuthProperties​(OAuthProperties oAuthProperties)

        The SAPOData OAuth properties required for OAuth type authentication.

        Parameters:
        oAuthProperties - The SAPOData OAuth properties required for OAuth type authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disableSSO

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.