| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationInfo |
ClusterOperationInfo.clone() |
ClusterOperationInfo |
DescribeClusterOperationResult.getClusterOperationInfo()
Cluster operation information
|
ClusterOperationInfo |
ClusterOperationInfo.withClientRequestId(String clientRequestId)
The ID of the API request that triggered this operation.
|
ClusterOperationInfo |
ClusterOperationInfo.withClusterArn(String clusterArn)
ARN of the cluster.
|
ClusterOperationInfo |
ClusterOperationInfo.withCreationTime(Date creationTime)
The time that the operation was created.
|
ClusterOperationInfo |
ClusterOperationInfo.withEndTime(Date endTime)
The time at which the operation finished.
|
ClusterOperationInfo |
ClusterOperationInfo.withErrorInfo(ErrorInfo errorInfo)
Describes the error if the operation fails.
|
ClusterOperationInfo |
ClusterOperationInfo.withOperationArn(String operationArn)
ARN of the cluster operation.
|
ClusterOperationInfo |
ClusterOperationInfo.withOperationState(String operationState)
State of the cluster operation.
|
ClusterOperationInfo |
ClusterOperationInfo.withOperationSteps(ClusterOperationStep... operationSteps)
Steps completed during the operation.
|
ClusterOperationInfo |
ClusterOperationInfo.withOperationSteps(Collection<ClusterOperationStep> operationSteps)
Steps completed during the operation.
|
ClusterOperationInfo |
ClusterOperationInfo.withOperationType(String operationType)
Type of the cluster operation.
|
ClusterOperationInfo |
ClusterOperationInfo.withSourceClusterInfo(MutableClusterInfo sourceClusterInfo)
Information about cluster attributes before a cluster is updated.
|
ClusterOperationInfo |
ClusterOperationInfo.withTargetClusterInfo(MutableClusterInfo targetClusterInfo)
Information about cluster attributes after a cluster is updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterOperationInfo> |
ListClusterOperationsResult.getClusterOperationInfoList()
An array of cluster operation information objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClusterOperationResult.setClusterOperationInfo(ClusterOperationInfo clusterOperationInfo)
Cluster operation information
|
DescribeClusterOperationResult |
DescribeClusterOperationResult.withClusterOperationInfo(ClusterOperationInfo clusterOperationInfo)
Cluster operation information
|
ListClusterOperationsResult |
ListClusterOperationsResult.withClusterOperationInfoList(ClusterOperationInfo... clusterOperationInfoList)
An array of cluster operation information objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClusterOperationsResult.setClusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsResult |
ListClusterOperationsResult.withClusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)
An array of cluster operation information objects.
|
Copyright © 2023. All rights reserved.