Interface ExperimentTemplateReportConfigurationCloudWatchDashboard.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentTemplateReportConfigurationCloudWatchDashboard.Builder,,ExperimentTemplateReportConfigurationCloudWatchDashboard> SdkBuilder<ExperimentTemplateReportConfigurationCloudWatchDashboard.Builder,,ExperimentTemplateReportConfigurationCloudWatchDashboard> SdkPojo
- Enclosing class:
ExperimentTemplateReportConfigurationCloudWatchDashboard
public static interface ExperimentTemplateReportConfigurationCloudWatchDashboard.Builder
extends SdkPojo, CopyableBuilder<ExperimentTemplateReportConfigurationCloudWatchDashboard.Builder,ExperimentTemplateReportConfigurationCloudWatchDashboard>
-
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
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
-
dashboardIdentifier
ExperimentTemplateReportConfigurationCloudWatchDashboard.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.
-