Interface ExperimentReportConfigurationCloudWatchDashboard.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentReportConfigurationCloudWatchDashboard.Builder,ExperimentReportConfigurationCloudWatchDashboard>,SdkBuilder<ExperimentReportConfigurationCloudWatchDashboard.Builder,ExperimentReportConfigurationCloudWatchDashboard>,SdkPojo
- Enclosing class:
- ExperimentReportConfigurationCloudWatchDashboard
public static interface ExperimentReportConfigurationCloudWatchDashboard.Builder extends SdkPojo, CopyableBuilder<ExperimentReportConfigurationCloudWatchDashboard.Builder,ExperimentReportConfigurationCloudWatchDashboard>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentReportConfigurationCloudWatchDashboard.BuilderdashboardIdentifier(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 Detail
-
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.
-
-