Class DatadogConnectorProfileCredentials
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.DatadogConnectorProfileCredentials
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatadogConnectorProfileCredentials.Builder,DatadogConnectorProfileCredentials>
@Generated("software.amazon.awssdk:codegen") public final class DatadogConnectorProfileCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatadogConnectorProfileCredentials.Builder,DatadogConnectorProfileCredentials>
The connector-specific credentials required by Datadog.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatadogConnectorProfileCredentials.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.StringapplicationKey()Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.static DatadogConnectorProfileCredentials.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DatadogConnectorProfileCredentials.Builder>serializableBuilderClass()DatadogConnectorProfileCredentials.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.
-
applicationKey
public final String applicationKey()
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
- Returns:
- Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
-
toBuilder
public DatadogConnectorProfileCredentials.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatadogConnectorProfileCredentials.Builder,DatadogConnectorProfileCredentials>
-
builder
public static DatadogConnectorProfileCredentials.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatadogConnectorProfileCredentials.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.
-
-