@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 - `CfnConnectorProfile.OAuthPropertiesProperty.AuthCodeUrl`.this@Stability(value=Stable) public CfnConnectorProfile.OAuthPropertiesProperty.Builder oAuthScopes(List<String> oAuthScopes)
CfnConnectorProfile.OAuthPropertiesProperty.getOAuthScopes()oAuthScopes - `CfnConnectorProfile.OAuthPropertiesProperty.OAuthScopes`.this@Stability(value=Stable) public CfnConnectorProfile.OAuthPropertiesProperty.Builder tokenUrl(String tokenUrl)
CfnConnectorProfile.OAuthPropertiesProperty.getTokenUrl()tokenUrl - `CfnConnectorProfile.OAuthPropertiesProperty.TokenUrl`.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.