Interface CloudWatchDashboard.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudWatchDashboard.Builder,
,CloudWatchDashboard> SdkBuilder<CloudWatchDashboard.Builder,
,CloudWatchDashboard> SdkPojo
- Enclosing class:
CloudWatchDashboard
public static interface CloudWatchDashboard.Builder
extends SdkPojo, CopyableBuilder<CloudWatchDashboard.Builder,CloudWatchDashboard>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the CloudWatch dashboard.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, sdkFields
-
Method Details
-
name
The name of the CloudWatch dashboard.
- Parameters:
name
- The name of the CloudWatch dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-