Class CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty>
- Enclosing interface:
CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty
@Stability(Stable)
public static final class CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationKey(String applicationKey) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiKey
@Stability(Stable) public CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty.Builder apiKey(String apiKey) Sets the value ofCfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty.getApiKey()- Parameters:
apiKey- A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.- Returns:
this
-
applicationKey
@Stability(Stable) public CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty.Builder applicationKey(String applicationKey) Sets the value ofCfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty.getApplicationKey()- Parameters:
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:
this
-
build
@Stability(Stable) public CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty>- Returns:
- a new instance of
CfnConnectorProfilePropsMixin.DatadogConnectorProfileCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-