@Generated(value="software.amazon.awssdk:codegen") public final class ClusterOperationV2 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterOperationV2.Builder,ClusterOperationV2>
Returns information about a cluster operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterOperationV2.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterOperationV2.Builder |
builder() |
String |
clusterArn()
ARN of the cluster.
|
ClusterType |
clusterType()
Type of the backend cluster.
|
String |
clusterTypeAsString()
Type of the backend cluster.
|
Instant |
endTime()
The time at which the operation finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorInfo |
errorInfo()
If cluster operation failed from an error, it describes the error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
operationArn()
ARN of the cluster operation.
|
String |
operationState()
State of the cluster operation.
|
String |
operationType()
Type of the cluster operation.
|
ClusterOperationV2Provisioned |
provisioned()
Properties of a provisioned cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterOperationV2.Builder> |
serializableBuilderClass() |
ClusterOperationV2Serverless |
serverless()
Properties of a serverless cluster.
|
Instant |
startTime()
The time at which operation was started.
|
ClusterOperationV2.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterArn()
ARN of the cluster.
ARN of the cluster.
public final ClusterType clusterType()
Type of the backend cluster.
If the service returns an enum value that is not available in the current SDK version, clusterType will
return ClusterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterTypeAsString().
Type of the backend cluster.
ClusterTypepublic final String clusterTypeAsString()
Type of the backend cluster.
If the service returns an enum value that is not available in the current SDK version, clusterType will
return ClusterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterTypeAsString().
Type of the backend cluster.
ClusterTypepublic final Instant startTime()
The time at which operation was started.
The time at which operation was started.
public final Instant endTime()
The time at which the operation finished.
The time at which the operation finished.
public final ErrorInfo errorInfo()
If cluster operation failed from an error, it describes the error.
If cluster operation failed from an error, it describes the error.
public final String operationArn()
ARN of the cluster operation.
ARN of the cluster operation.
public final String operationState()
State of the cluster operation.
State of the cluster operation.
public final String operationType()
Type of the cluster operation.
Type of the cluster operation.
public final ClusterOperationV2Provisioned provisioned()
Properties of a provisioned cluster.
Properties of a provisioned cluster.
public final ClusterOperationV2Serverless serverless()
Properties of a serverless cluster.
Properties of a serverless cluster.
public ClusterOperationV2.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterOperationV2.Builder,ClusterOperationV2>public static ClusterOperationV2.Builder builder()
public static Class<? extends ClusterOperationV2.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.