Class ConnectorOperationStep
- java.lang.Object
-
- software.amazon.awssdk.services.kafkaconnect.model.ConnectorOperationStep
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectorOperationStep.Builder,ConnectorOperationStep>
@Generated("software.amazon.awssdk:codegen") public final class ConnectorOperationStep extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorOperationStep.Builder,ConnectorOperationStep>
Details of a step that is involved in a connector's operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectorOperationStep.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectorOperationStep.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConnectorOperationStep.Builder>serializableBuilderClass()ConnectorOperationStepStatestepState()The step state of the operation.StringstepStateAsString()The step state of the operation.ConnectorOperationStepTypestepType()The step type of the operation.StringstepTypeAsString()The step type of the operation.ConnectorOperationStep.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
stepType
public final ConnectorOperationStepType stepType()
The step type of the operation.
If the service returns an enum value that is not available in the current SDK version,
stepTypewill returnConnectorOperationStepType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstepTypeAsString().- Returns:
- The step type of the operation.
- See Also:
ConnectorOperationStepType
-
stepTypeAsString
public final String stepTypeAsString()
The step type of the operation.
If the service returns an enum value that is not available in the current SDK version,
stepTypewill returnConnectorOperationStepType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstepTypeAsString().- Returns:
- The step type of the operation.
- See Also:
ConnectorOperationStepType
-
stepState
public final ConnectorOperationStepState stepState()
The step state of the operation.
If the service returns an enum value that is not available in the current SDK version,
stepStatewill returnConnectorOperationStepState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstepStateAsString().- Returns:
- The step state of the operation.
- See Also:
ConnectorOperationStepState
-
stepStateAsString
public final String stepStateAsString()
The step state of the operation.
If the service returns an enum value that is not available in the current SDK version,
stepStatewill returnConnectorOperationStepState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstepStateAsString().- Returns:
- The step state of the operation.
- See Also:
ConnectorOperationStepState
-
toBuilder
public ConnectorOperationStep.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectorOperationStep.Builder,ConnectorOperationStep>
-
builder
public static ConnectorOperationStep.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectorOperationStep.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
-
-