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