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 |
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)Copyright © 2022. All rights reserved.