@Stability(value=Stable) public static final class CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder |
apiKey(String apiKey)
|
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder |
applicationKey(String applicationKey)
|
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder apiKey(String apiKey)
apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder applicationKey(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@Stability(value=Stable) public CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty>CfnConnectorProfile.DatadogConnectorProfileCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.