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