Class ConnectorOperationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.kafkaconnect.model.ConnectorOperationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectorOperationSummary.Builder,ConnectorOperationSummary>
@Generated("software.amazon.awssdk:codegen") public final class ConnectorOperationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorOperationSummary.Builder,ConnectorOperationSummary>
Summary of a connector operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectorOperationSummary.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectorOperationArn
public final String connectorOperationArn()
The Amazon Resource Name (ARN) of the connector operation.
- Returns:
- The Amazon Resource Name (ARN) of the connector operation.
-
connectorOperationType
public final ConnectorOperationType connectorOperationType()
The type of connector operation performed.
If the service returns an enum value that is not available in the current SDK version,
connectorOperationTypewill returnConnectorOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorOperationTypeAsString().- Returns:
- The type of connector operation performed.
- See Also:
ConnectorOperationType
-
connectorOperationTypeAsString
public final String connectorOperationTypeAsString()
The type of connector operation performed.
If the service returns an enum value that is not available in the current SDK version,
connectorOperationTypewill returnConnectorOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorOperationTypeAsString().- Returns:
- The type of connector operation performed.
- See Also:
ConnectorOperationType
-
connectorOperationState
public final ConnectorOperationState connectorOperationState()
The state of the connector operation.
If the service returns an enum value that is not available in the current SDK version,
connectorOperationStatewill returnConnectorOperationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorOperationStateAsString().- Returns:
- The state of the connector operation.
- See Also:
ConnectorOperationState
-
connectorOperationStateAsString
public final String connectorOperationStateAsString()
The state of the connector operation.
If the service returns an enum value that is not available in the current SDK version,
connectorOperationStatewill returnConnectorOperationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorOperationStateAsString().- Returns:
- The state of the connector operation.
- See Also:
ConnectorOperationState
-
creationTime
public final Instant creationTime()
The time when operation was created.
- Returns:
- The time when operation was created.
-
endTime
public final Instant endTime()
The time when operation ended.
- Returns:
- The time when operation ended.
-
toBuilder
public ConnectorOperationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectorOperationSummary.Builder,ConnectorOperationSummary>
-
builder
public static ConnectorOperationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectorOperationSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-