Interface ClusterOperationV2Summary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterOperationV2Summary.Builder,
,ClusterOperationV2Summary> SdkBuilder<ClusterOperationV2Summary.Builder,
,ClusterOperationV2Summary> SdkPojo
- Enclosing class:
ClusterOperationV2Summary
public static interface ClusterOperationV2Summary.Builder
extends SdkPojo, CopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) ARN of the cluster.clusterType
(String clusterType) Type of the backend cluster.clusterType
(ClusterType clusterType) Type of the backend cluster.The time at which the operation finished.operationArn
(String operationArn) ARN of the cluster operation.operationState
(String operationState) State of the cluster operation.operationType
(String operationType) Type of the cluster operation.The time at which operation was started.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
-
clusterArn
ARN of the cluster.
- Parameters:
clusterArn
-ARN of the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterType
Type of the backend cluster.
- Parameters:
clusterType
-Type of the backend cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clusterType
Type of the backend cluster.
- Parameters:
clusterType
-Type of the backend cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The time at which operation was started.
- Parameters:
startTime
-The time at which operation was started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time at which the operation finished.
- Parameters:
endTime
-The time at which the operation finished.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationArn
ARN of the cluster operation.
- Parameters:
operationArn
-ARN of the cluster operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationState
State of the cluster operation.
- Parameters:
operationState
-State of the cluster operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
Type of the cluster operation.
- Parameters:
operationType
-Type of the cluster operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-