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