@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 - `CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.ClientId`. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder clientSecret(String clientSecret)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getClientSecret()clientSecret - `CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.ClientSecret`. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder accessToken(String accessToken)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getAccessToken()accessToken - `CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.AccessToken`.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder connectorOAuthRequest(CfnConnectorProfile.ConnectorOAuthRequestProperty connectorOAuthRequest)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getConnectorOAuthRequest()connectorOAuthRequest - `CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.ConnectorOAuthRequest`.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder connectorOAuthRequest(IResolvable connectorOAuthRequest)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getConnectorOAuthRequest()connectorOAuthRequest - `CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.ConnectorOAuthRequest`.this@Stability(value=Stable) public CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder refreshToken(String refreshToken)
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.getRefreshToken()refreshToken - `CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.RefreshToken`.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 © 2021. All rights reserved.