Interface ExperimentReportConfigurationCloudWatchDashboard.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentReportConfigurationCloudWatchDashboard.Builder,
,ExperimentReportConfigurationCloudWatchDashboard> SdkBuilder<ExperimentReportConfigurationCloudWatchDashboard.Builder,
,ExperimentReportConfigurationCloudWatchDashboard> SdkPojo
- Enclosing class:
ExperimentReportConfigurationCloudWatchDashboard
@Mutable
@NotThreadSafe
public static interface ExperimentReportConfigurationCloudWatchDashboard.Builder
extends SdkPojo, CopyableBuilder<ExperimentReportConfigurationCloudWatchDashboard.Builder,ExperimentReportConfigurationCloudWatchDashboard>
-
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
ExperimentReportConfigurationCloudWatchDashboard.Builder dashboardIdentifier(String 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.
-