@Stability(value=Stable)
public static interface CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appflow.*;
SAPODataConnectorProfilePropertiesProperty sAPODataConnectorProfilePropertiesProperty = SAPODataConnectorProfilePropertiesProperty.builder()
.applicationHostUrl("applicationHostUrl")
.applicationServicePath("applicationServicePath")
.clientNumber("clientNumber")
.logonLanguage("logonLanguage")
.oAuthProperties(OAuthPropertiesProperty.builder()
.authCodeUrl("authCodeUrl")
.oAuthScopes(List.of("oAuthScopes"))
.tokenUrl("tokenUrl")
.build())
.portNumber(123)
.privateLinkServiceName("privateLinkServiceName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Builder |
builder() |
default String |
getApplicationHostUrl()
`CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.ApplicationHostUrl`.
|
default String |
getApplicationServicePath()
`CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.ApplicationServicePath`.
|
default String |
getClientNumber()
`CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.ClientNumber`.
|
default String |
getLogonLanguage()
`CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.LogonLanguage`.
|
default Object |
getOAuthProperties()
`CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.OAuthProperties`.
|
default Number |
getPortNumber()
`CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.PortNumber`.
|
default String |
getPrivateLinkServiceName()
`CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.PrivateLinkServiceName`.
|
@Stability(value=Stable) @Nullable default String getApplicationHostUrl()
@Stability(value=Stable) @Nullable default String getApplicationServicePath()
@Stability(value=Stable) @Nullable default String getClientNumber()
@Stability(value=Stable) @Nullable default String getLogonLanguage()
@Stability(value=Stable) @Nullable default Object getOAuthProperties()
@Stability(value=Stable) @Nullable default Number getPortNumber()
@Stability(value=Stable) @Nullable default String getPrivateLinkServiceName()
@Stability(value=Stable) static CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.