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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchDashboard.Buildername(String name)The 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 Detail
-
name
CloudWatchDashboard.Builder name(String 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.
-
-