@Stability(value=Stable) public static final class CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.SlackConnectorProfileCredentialsProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder |
accessToken(String accessToken)
|
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder |
clientId(String clientId)
|
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder |
clientSecret(String clientSecret)
|
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder |
connectorOAuthRequest(CfnConnectorProfile.ConnectorOAuthRequestProperty connectorOAuthRequest)
|
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder |
connectorOAuthRequest(IResolvable connectorOAuthRequest)
|
@Stability(value=Stable) public CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder clientId(String clientId)
clientId - `CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.ClientId`. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder clientSecret(String clientSecret)
clientSecret - `CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.ClientSecret`. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder accessToken(String accessToken)
accessToken - `CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.AccessToken`.this@Stability(value=Stable) public CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder connectorOAuthRequest(CfnConnectorProfile.ConnectorOAuthRequestProperty connectorOAuthRequest)
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.getConnectorOAuthRequest()connectorOAuthRequest - `CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.ConnectorOAuthRequest`.this@Stability(value=Stable) public CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder connectorOAuthRequest(IResolvable connectorOAuthRequest)
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.getConnectorOAuthRequest()connectorOAuthRequest - `CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.ConnectorOAuthRequest`.this@Stability(value=Stable) public CfnConnectorProfile.SlackConnectorProfileCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.SlackConnectorProfileCredentialsProperty>CfnConnectorProfile.SlackConnectorProfileCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.