| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationV2 |
ClusterOperationV2.clone() |
ClusterOperationV2 |
DescribeClusterOperationV2Result.getClusterOperationInfo()
Cluster operation information
|
ClusterOperationV2 |
ClusterOperationV2.withClusterArn(String clusterArn)
ARN of the cluster.
|
ClusterOperationV2 |
ClusterOperationV2.withClusterType(ClusterType clusterType)
Type of the backend cluster.
|
ClusterOperationV2 |
ClusterOperationV2.withClusterType(String clusterType)
Type of the backend cluster.
|
ClusterOperationV2 |
ClusterOperationV2.withEndTime(Date endTime)
The time at which the operation finished.
|
ClusterOperationV2 |
ClusterOperationV2.withErrorInfo(ErrorInfo errorInfo)
If cluster operation failed from an error, it describes the error.
|
ClusterOperationV2 |
ClusterOperationV2.withOperationArn(String operationArn)
ARN of the cluster operation.
|
ClusterOperationV2 |
ClusterOperationV2.withOperationState(String operationState)
State of the cluster operation.
|
ClusterOperationV2 |
ClusterOperationV2.withOperationType(String operationType)
Type of the cluster operation.
|
ClusterOperationV2 |
ClusterOperationV2.withProvisioned(ClusterOperationV2Provisioned provisioned)
Properties of a provisioned cluster.
|
ClusterOperationV2 |
ClusterOperationV2.withServerless(ClusterOperationV2Serverless serverless)
Properties of a serverless cluster.
|
ClusterOperationV2 |
ClusterOperationV2.withStartTime(Date startTime)
The time at which operation was started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClusterOperationV2Result.setClusterOperationInfo(ClusterOperationV2 clusterOperationInfo)
Cluster operation information
|
DescribeClusterOperationV2Result |
DescribeClusterOperationV2Result.withClusterOperationInfo(ClusterOperationV2 clusterOperationInfo)
Cluster operation information
|
Copyright © 2024. All rights reserved.