Interface AmplitudeConnectorProfileCredentials.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>,SdkBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>,SdkPojo
- Enclosing class:
- AmplitudeConnectorProfileCredentials
public static interface AmplitudeConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AmplitudeConnectorProfileCredentials.BuilderapiKey(String apiKey)A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.AmplitudeConnectorProfileCredentials.BuildersecretKey(String secretKey)The Secret Access Key portion of the credentials.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
apiKey
AmplitudeConnectorProfileCredentials.Builder apiKey(String apiKey)
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
- Parameters:
apiKey- A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretKey
AmplitudeConnectorProfileCredentials.Builder secretKey(String secretKey)
The Secret Access Key portion of the credentials.
- Parameters:
secretKey- The Secret Access Key portion of the credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-