@Stability(value=Stable) public static final class CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder |
apiKey(String apiKey)
|
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder |
secretKey(String secretKey)
|
@Stability(value=Stable) public CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder apiKey(String apiKey)
apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder secretKey(String secretKey)
secretKey - The Secret Access Key portion of the credentials. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty>CfnConnectorProfile.AmplitudeConnectorProfileCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.