public static interface ClusterOperationV2Summary.Builder extends SdkPojo, CopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationV2Summary.Builder |
clusterArn(String clusterArn)
ARN of the cluster.
|
ClusterOperationV2Summary.Builder |
clusterType(ClusterType clusterType)
Type of the backend cluster.
|
ClusterOperationV2Summary.Builder |
clusterType(String clusterType)
Type of the backend cluster.
|
ClusterOperationV2Summary.Builder |
endTime(Instant endTime)
The time at which the operation finished.
|
ClusterOperationV2Summary.Builder |
operationArn(String operationArn)
ARN of the cluster operation.
|
ClusterOperationV2Summary.Builder |
operationState(String operationState)
State of the cluster operation.
|
ClusterOperationV2Summary.Builder |
operationType(String operationType)
Type of the cluster operation.
|
ClusterOperationV2Summary.Builder |
startTime(Instant startTime)
The time at which operation was started.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterOperationV2Summary.Builder clusterArn(String clusterArn)
ARN of the cluster.
clusterArn - ARN of the cluster.
ClusterOperationV2Summary.Builder clusterType(String clusterType)
Type of the backend cluster.
clusterType - Type of the backend cluster.
ClusterType,
ClusterTypeClusterOperationV2Summary.Builder clusterType(ClusterType clusterType)
Type of the backend cluster.
clusterType - Type of the backend cluster.
ClusterType,
ClusterTypeClusterOperationV2Summary.Builder startTime(Instant startTime)
The time at which operation was started.
startTime - The time at which operation was started.
ClusterOperationV2Summary.Builder endTime(Instant endTime)
The time at which the operation finished.
endTime - The time at which the operation finished.
ClusterOperationV2Summary.Builder operationArn(String operationArn)
ARN of the cluster operation.
operationArn - ARN of the cluster operation.
ClusterOperationV2Summary.Builder operationState(String operationState)
State of the cluster operation.
operationState - State of the cluster operation.
ClusterOperationV2Summary.Builder operationType(String operationType)
Type of the cluster operation.
operationType - Type of the cluster operation.
Copyright © 2023. All rights reserved.