Class CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty>
- Enclosing interface:
CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty
@Stability(Stable)
public static final class CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiToken
@Stability(Stable) public CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty.Builder apiToken(String apiToken) Sets the value ofCfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty.getApiToken()- Parameters:
apiToken- The API tokens used by Dynatrace API to authenticate various API calls.- Returns:
this
-
build
@Stability(Stable) public CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty>- Returns:
- a new instance of
CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-