Interface DynatraceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DynatraceConfiguration.Builder,,DynatraceConfiguration> SdkBuilder<DynatraceConfiguration.Builder,,DynatraceConfiguration> SdkPojo
- Enclosing class:
DynatraceConfiguration
@Mutable
@NotThreadSafe
public static interface DynatraceConfiguration.Builder
extends SdkPojo, CopyableBuilder<DynatraceConfiguration.Builder,DynatraceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionDynatrace environment idList of Dynatrace resources to monitorresources(Collection<String> resources) List of Dynatrace resources to monitorMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
envId
Dynatrace environment id
- Parameters:
envId- Dynatrace environment id- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
List of Dynatrace resources to monitor
- Parameters:
resources- List of Dynatrace resources to monitor- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
List of Dynatrace resources to monitor
- Parameters:
resources- List of Dynatrace resources to monitor- Returns:
- Returns a reference to this object so that method calls can be chained together.
-