Interface ReportConfigurationCloudWatchDashboardInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReportConfigurationCloudWatchDashboardInput.Builder,
,ReportConfigurationCloudWatchDashboardInput> SdkBuilder<ReportConfigurationCloudWatchDashboardInput.Builder,
,ReportConfigurationCloudWatchDashboardInput> SdkPojo
- Enclosing class:
ReportConfigurationCloudWatchDashboardInput
@Mutable
@NotThreadSafe
public static interface ReportConfigurationCloudWatchDashboardInput.Builder
extends SdkPojo, CopyableBuilder<ReportConfigurationCloudWatchDashboardInput.Builder,ReportConfigurationCloudWatchDashboardInput>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardIdentifier
(String dashboardIdentifier) The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dashboardIdentifier
The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.
- Parameters:
dashboardIdentifier
- The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-