Interface ClusterSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterSummary.Builder,ClusterSummary>,SdkBuilder<ClusterSummary.Builder,ClusterSummary>,SdkPojo
- Enclosing class:
- ClusterSummary
public static interface ClusterSummary.Builder extends SdkPojo, CopyableBuilder<ClusterSummary.Builder,ClusterSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterSummary.Builderarn(String arn)The ARN of the cluster.ClusterSummary.Builderidentifier(String identifier)The ID of the cluster.-
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
-
identifier
ClusterSummary.Builder identifier(String identifier)
The ID of the cluster.
- Parameters:
identifier- The ID of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ClusterSummary.Builder arn(String arn)
The ARN of the cluster.
- Parameters:
arn- The ARN of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-