Interface DynatraceConnectorProfileCredentials.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DynatraceConnectorProfileCredentials.Builder,,- DynatraceConnectorProfileCredentials> - SdkBuilder<DynatraceConnectorProfileCredentials.Builder,,- DynatraceConnectorProfileCredentials> - SdkPojo
- Enclosing class:
- DynatraceConnectorProfileCredentials
public static interface DynatraceConnectorProfileCredentials.Builder
extends SdkPojo, CopyableBuilder<DynatraceConnectorProfileCredentials.Builder,DynatraceConnectorProfileCredentials> 
- 
Method SummaryModifier and TypeMethodDescriptionThe API tokens used by Dynatrace API to authenticate various API calls.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
apiTokenThe API tokens used by Dynatrace API to authenticate various API calls. - Parameters:
- apiToken- The API tokens used by Dynatrace API to authenticate various API calls.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-