Interface ClusterOperationV2Summary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ClusterOperationV2Summary.Builder,,- ClusterOperationV2Summary> - SdkBuilder<ClusterOperationV2Summary.Builder,,- ClusterOperationV2Summary> - SdkPojo
- Enclosing class:
- ClusterOperationV2Summary
@Mutable
@NotThreadSafe
public static interface ClusterOperationV2Summary.Builder
extends SdkPojo, CopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clusterArnARN of the cluster. - Parameters:
- clusterArn-- ARN of the cluster. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clusterTypeType 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:
 
- 
clusterTypeType 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:
 
- 
startTimeThe 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.
 
- 
endTimeThe 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.
 
- 
operationArnARN 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.
 
- 
operationStateState 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.
 
- 
operationTypeType 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.
 
 
-