Interface ClusterSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterSummary.Builder,
,ClusterSummary> SdkBuilder<ClusterSummary.Builder,
,ClusterSummary> SdkPojo
- Enclosing class:
ClusterSummary
@Mutable
@NotThreadSafe
public static interface ClusterSummary.Builder
extends SdkPojo, CopyableBuilder<ClusterSummary.Builder,ClusterSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the cluster.identifier
(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 Details
-
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
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.
-