public static final class CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder |
apiKey(java.lang.String apiKey)
|
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder |
secretKey(java.lang.String secretKey)
|
public CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder apiKey(java.lang.String apiKey)
apiKey
- A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. This parameter is required.this
public CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder secretKey(java.lang.String secretKey)
secretKey
- The Secret Access Key portion of the credentials. This parameter is required.this
public CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty build()
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty
java.lang.NullPointerException
- if any required attribute was not provided