public static final class CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder |
apiKey(java.lang.String apiKey)
|
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder |
applicationKey(java.lang.String applicationKey)
|
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty |
build()
Builds the configured instance.
|
public CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder apiKey(java.lang.String apiKey)
apiKey
- A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. This parameter is required.this
public CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder applicationKey(java.lang.String applicationKey)
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.getApplicationKey()
applicationKey
- Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. This parameter is required.
Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.this
public CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty build()
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
java.lang.NullPointerException
- if any required attribute was not provided