@Generated(value="software.amazon.awssdk:codegen") public final class SAPODataConnectorProfileProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SAPODataConnectorProfileProperties.Builder,SAPODataConnectorProfileProperties>
The connector-specific profile properties required when using SAPOData.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SAPODataConnectorProfileProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationHostUrl()
The location of the SAPOData resource.
|
String |
applicationServicePath()
The application path to catalog service.
|
static SAPODataConnectorProfileProperties.Builder |
builder() |
String |
clientNumber()
The client number for the client creating the connection.
|
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. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logonLanguage()
The logon language of SAPOData instance.
|
OAuthProperties |
oAuthProperties()
The SAPOData OAuth properties required for OAuth type authentication.
|
Integer |
portNumber()
The port number of the SAPOData instance.
|
String |
privateLinkServiceName()
The SAPOData Private Link service name to be used for private data transfers.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SAPODataConnectorProfileProperties.Builder> |
serializableBuilderClass() |
SAPODataConnectorProfileProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationHostUrl()
The location of the SAPOData resource.
public final String applicationServicePath()
The application path to catalog service.
public final Integer portNumber()
The port number of the SAPOData instance.
public final String clientNumber()
The client number for the client creating the connection.
public final String logonLanguage()
The logon language of SAPOData instance.
public final String privateLinkServiceName()
The SAPOData Private Link service name to be used for private data transfers.
public final OAuthProperties oAuthProperties()
The SAPOData OAuth properties required for OAuth type authentication.
public final 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.
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.
public SAPODataConnectorProfileProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SAPODataConnectorProfileProperties.Builder,SAPODataConnectorProfileProperties>public static SAPODataConnectorProfileProperties.Builder builder()
public static Class<? extends SAPODataConnectorProfileProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.