@Stability(value=Stable) public static final class CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder |
accessToken(String accessToken)
|
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder |
clientId(String clientId)
|
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder |
clientSecret(String clientSecret)
|
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder |
connectorOAuthRequest(CfnConnectorProfile.ConnectorOAuthRequestProperty connectorOAuthRequest)
|
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder |
connectorOAuthRequest(IResolvable connectorOAuthRequest)
|
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder |
refreshToken(String refreshToken)
|
@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder clientId(String clientId)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getClientId()clientId - The identifier for the desired client. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder clientSecret(String clientSecret)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getClientSecret()clientSecret - The client secret used by the OAuth client to authenticate to the authorization server. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder accessToken(String accessToken)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getAccessToken()accessToken - The credentials used to access protected Google Analytics resources.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder connectorOAuthRequest(CfnConnectorProfile.ConnectorOAuthRequestProperty connectorOAuthRequest)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getConnectorOAuthRequest()connectorOAuthRequest - Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder connectorOAuthRequest(IResolvable connectorOAuthRequest)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getConnectorOAuthRequest()connectorOAuthRequest - Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder refreshToken(String refreshToken)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getRefreshToken()refreshToken - The credentials used to acquire new access tokens.
This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty>CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.