public static interface AmplitudeConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>
| Modifier and Type | Method and Description |
|---|---|
AmplitudeConnectorProfileCredentials.Builder |
apiKey(String apiKey)
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
|
AmplitudeConnectorProfileCredentials.Builder |
secretKey(String secretKey)
The Secret Access Key portion of the credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAmplitudeConnectorProfileCredentials.Builder apiKey(String apiKey)
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your
API.AmplitudeConnectorProfileCredentials.Builder secretKey(String secretKey)
The Secret Access Key portion of the credentials.
secretKey - The Secret Access Key portion of the credentials.Copyright © 2022. All rights reserved.