@Stability(value=Stable) public static final class CfnConnectorProfile.OAuth2PropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.OAuth2PropertiesProperty>
CfnConnectorProfile.OAuth2PropertiesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.OAuth2PropertiesProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.OAuth2PropertiesProperty.Builder |
oAuth2GrantType(String oAuth2GrantType)
Sets the value of
CfnConnectorProfile.OAuth2PropertiesProperty.getOAuth2GrantType() |
CfnConnectorProfile.OAuth2PropertiesProperty.Builder |
tokenUrl(String tokenUrl)
Sets the value of
CfnConnectorProfile.OAuth2PropertiesProperty.getTokenUrl() |
CfnConnectorProfile.OAuth2PropertiesProperty.Builder |
tokenUrlCustomProperties(Object tokenUrlCustomProperties)
|
@Stability(value=Stable) public CfnConnectorProfile.OAuth2PropertiesProperty.Builder oAuth2GrantType(String oAuth2GrantType)
CfnConnectorProfile.OAuth2PropertiesProperty.getOAuth2GrantType()oAuth2GrantType - `CfnConnectorProfile.OAuth2PropertiesProperty.OAuth2GrantType`.this@Stability(value=Stable) public CfnConnectorProfile.OAuth2PropertiesProperty.Builder tokenUrl(String tokenUrl)
CfnConnectorProfile.OAuth2PropertiesProperty.getTokenUrl()tokenUrl - `CfnConnectorProfile.OAuth2PropertiesProperty.TokenUrl`.this@Stability(value=Stable) public CfnConnectorProfile.OAuth2PropertiesProperty.Builder tokenUrlCustomProperties(Object tokenUrlCustomProperties)
tokenUrlCustomProperties - `CfnConnectorProfile.OAuth2PropertiesProperty.TokenUrlCustomProperties`.this@Stability(value=Stable) public CfnConnectorProfile.OAuth2PropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.OAuth2PropertiesProperty>CfnConnectorProfile.OAuth2PropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.