Class AmplitudeConnectorProfileCredentials
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.AmplitudeConnectorProfileCredentials
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>
@Generated("software.amazon.awssdk:codegen") public final class AmplitudeConnectorProfileCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>
The connector-specific credentials required when using Amplitude.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAmplitudeConnectorProfileCredentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapiKey()A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.static AmplitudeConnectorProfileCredentials.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsecretKey()The Secret Access Key portion of the credentials.static Class<? extends AmplitudeConnectorProfileCredentials.Builder>serializableBuilderClass()AmplitudeConnectorProfileCredentials.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
apiKey
public final String apiKey()
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
- Returns:
- A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
-
secretKey
public final String secretKey()
The Secret Access Key portion of the credentials.
- Returns:
- The Secret Access Key portion of the credentials.
-
toBuilder
public AmplitudeConnectorProfileCredentials.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>
-
builder
public static AmplitudeConnectorProfileCredentials.Builder builder()
-
serializableBuilderClass
public static Class<? extends AmplitudeConnectorProfileCredentials.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-