@Stability(value=Stable)
public static interface CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty
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.*;
Object basicAuthCredentials;
Object oAuthCredentials;
SAPODataConnectorProfileCredentialsProperty sAPODataConnectorProfileCredentialsProperty = SAPODataConnectorProfileCredentialsProperty.builder()
.basicAuthCredentials(basicAuthCredentials)
.oAuthCredentials(oAuthCredentials)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.Builder |
builder() |
default Object |
getBasicAuthCredentials()
`CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.BasicAuthCredentials`.
|
default Object |
getOAuthCredentials()
`CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.OAuthCredentials`.
|
@Stability(value=Stable) @Nullable default Object getBasicAuthCredentials()
@Stability(value=Stable) @Nullable default Object getOAuthCredentials()
@Stability(value=Stable) static CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.