@Stability(value=Stable) public static final class CfnConnectorProfile.OAuthPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.OAuthPropertiesProperty>
CfnConnectorProfile.OAuthPropertiesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.OAuthPropertiesProperty.Builder |
authCodeUrl(String authCodeUrl)
Sets the value of
CfnConnectorProfile.OAuthPropertiesProperty.getAuthCodeUrl() |
CfnConnectorProfile.OAuthPropertiesProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.OAuthPropertiesProperty.Builder |
oAuthScopes(List<String> oAuthScopes)
Sets the value of
CfnConnectorProfile.OAuthPropertiesProperty.getOAuthScopes() |
CfnConnectorProfile.OAuthPropertiesProperty.Builder |
tokenUrl(String tokenUrl)
Sets the value of
CfnConnectorProfile.OAuthPropertiesProperty.getTokenUrl() |
@Stability(value=Stable) public CfnConnectorProfile.OAuthPropertiesProperty.Builder authCodeUrl(String authCodeUrl)
CfnConnectorProfile.OAuthPropertiesProperty.getAuthCodeUrl()authCodeUrl - The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.this@Stability(value=Stable) public CfnConnectorProfile.OAuthPropertiesProperty.Builder oAuthScopes(List<String> oAuthScopes)
CfnConnectorProfile.OAuthPropertiesProperty.getOAuthScopes()oAuthScopes - The OAuth scopes required for OAuth type authentication.this@Stability(value=Stable) public CfnConnectorProfile.OAuthPropertiesProperty.Builder tokenUrl(String tokenUrl)
CfnConnectorProfile.OAuthPropertiesProperty.getTokenUrl()tokenUrl - The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.this@Stability(value=Stable) public CfnConnectorProfile.OAuthPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.OAuthPropertiesProperty>CfnConnectorProfile.OAuthPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.