Interface RegionalCluster.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RegionalCluster.Builder,
,RegionalCluster> SdkBuilder<RegionalCluster.Builder,
,RegionalCluster> SdkPojo
- Enclosing class:
RegionalCluster
@Mutable
@NotThreadSafe
public static interface RegionalCluster.Builder
extends SdkPojo, CopyableBuilder<RegionalCluster.Builder,RegionalCluster>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) the Regional clusterclusterName
(String clusterName) The name of the Regional clusterThe Region the current Regional cluster is assigned to.The status of the Regional 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
-
clusterName
The name of the Regional cluster
- Parameters:
clusterName
- The name of the Regional cluster- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Region the current Regional cluster is assigned to.
- Parameters:
region
- The Region the current Regional cluster is assigned to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Regional cluster.
- Parameters:
status
- The status of the Regional cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) the Regional cluster
- Parameters:
arn
- The Amazon Resource Name (ARN) the Regional cluster- Returns:
- Returns a reference to this object so that method calls can be chained together.
-