@Stability(value=Stable) public static final class CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.ConnectorOAuthRequestProperty>
CfnConnectorProfile.ConnectorOAuthRequestProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder |
authCode(String authCode)
Sets the value of
CfnConnectorProfile.ConnectorOAuthRequestProperty.getAuthCode() |
CfnConnectorProfile.ConnectorOAuthRequestProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder |
redirectUri(String redirectUri)
Sets the value of
CfnConnectorProfile.ConnectorOAuthRequestProperty.getRedirectUri() |
@Stability(value=Stable) public CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder authCode(String authCode)
CfnConnectorProfile.ConnectorOAuthRequestProperty.getAuthCode()authCode - The code provided by the connector when it has been authenticated via the connected app.this@Stability(value=Stable) public CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder redirectUri(String redirectUri)
CfnConnectorProfile.ConnectorOAuthRequestProperty.getRedirectUri()redirectUri - The URL to which the authentication server redirects the browser after authorization has been granted.this@Stability(value=Stable) public CfnConnectorProfile.ConnectorOAuthRequestProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.ConnectorOAuthRequestProperty>CfnConnectorProfile.ConnectorOAuthRequestPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.