@Stability(value=Stable)
public static interface CfnConnectorProfile.SlackConnectorProfileCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SlackConnectorProfileCredentialsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder |
builder() |
default String |
getAccessToken()
`CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.AccessToken`.
|
String |
getClientId()
`CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.ClientId`.
|
String |
getClientSecret()
`CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.ClientSecret`.
|
default Object |
getConnectorOAuthRequest()
`CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.ConnectorOAuthRequest`.
|
@Stability(value=Stable) @NotNull String getClientId()
@Stability(value=Stable) @NotNull String getClientSecret()
@Stability(value=Stable) @Nullable default String getAccessToken()
@Stability(value=Stable) @Nullable default Object getConnectorOAuthRequest()
@Stability(value=Stable) static CfnConnectorProfile.SlackConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2021. All rights reserved.