| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationV2Summary |
ClusterOperationV2Summary.clone() |
ClusterOperationV2Summary |
ClusterOperationV2Summary.withClusterArn(String clusterArn)
ARN of the cluster.
|
ClusterOperationV2Summary |
ClusterOperationV2Summary.withClusterType(ClusterType clusterType)
Type of the backend cluster.
|
ClusterOperationV2Summary |
ClusterOperationV2Summary.withClusterType(String clusterType)
Type of the backend cluster.
|
ClusterOperationV2Summary |
ClusterOperationV2Summary.withEndTime(Date endTime)
The time at which the operation finished.
|
ClusterOperationV2Summary |
ClusterOperationV2Summary.withOperationArn(String operationArn)
ARN of the cluster operation.
|
ClusterOperationV2Summary |
ClusterOperationV2Summary.withOperationState(String operationState)
State of the cluster operation.
|
ClusterOperationV2Summary |
ClusterOperationV2Summary.withOperationType(String operationType)
Type of the cluster operation.
|
ClusterOperationV2Summary |
ClusterOperationV2Summary.withStartTime(Date startTime)
The time at which operation was started.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterOperationV2Summary> |
ListClusterOperationsV2Result.getClusterOperationInfoList()
An array of cluster operation information objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListClusterOperationsV2Result |
ListClusterOperationsV2Result.withClusterOperationInfoList(ClusterOperationV2Summary... clusterOperationInfoList)
An array of cluster operation information objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClusterOperationsV2Result.setClusterOperationInfoList(Collection<ClusterOperationV2Summary> clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsV2Result |
ListClusterOperationsV2Result.withClusterOperationInfoList(Collection<ClusterOperationV2Summary> clusterOperationInfoList)
An array of cluster operation information objects.
|
Copyright © 2023. All rights reserved.