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, sdkFields
copy
applyMutation, build
AmplitudeConnectorProfileCredentials.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.