static ClusterOperationInfo.Builder |
ClusterOperationInfo.builder() |
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.clientRequestId(String clientRequestId) |
The ID of the API request that triggered this operation.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.clusterArn(String clusterArn) |
ARN of the cluster.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.creationTime(Instant creationTime) |
The time that the operation was created.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.endTime(Instant endTime) |
The time at which the operation finished.
|
default ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo) |
Describes the error if the operation fails.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.errorInfo(ErrorInfo errorInfo) |
Describes the error if the operation fails.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.operationArn(String operationArn) |
ARN of the cluster operation.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.operationState(String operationState) |
State of the cluster operation.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.operationSteps(Collection<ClusterOperationStep> operationSteps) |
Steps completed during the operation.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.operationSteps(Consumer<ClusterOperationStep.Builder>... operationSteps) |
Steps completed during the operation.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.operationSteps(ClusterOperationStep... operationSteps) |
Steps completed during the operation.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.operationType(String operationType) |
Type of the cluster operation.
|
default ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.sourceClusterInfo(Consumer<MutableClusterInfo.Builder> sourceClusterInfo) |
Information about cluster attributes before a cluster is updated.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.sourceClusterInfo(MutableClusterInfo sourceClusterInfo) |
Information about cluster attributes before a cluster is updated.
|
default ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.targetClusterInfo(Consumer<MutableClusterInfo.Builder> targetClusterInfo) |
Information about cluster attributes after a cluster is updated.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.targetClusterInfo(MutableClusterInfo targetClusterInfo) |
Information about cluster attributes after a cluster is updated.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.toBuilder() |
|
default ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.vpcConnectionInfo(Consumer<VpcConnectionInfo.Builder> vpcConnectionInfo) |
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.vpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo) |
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|