Class DataIntegrationFlowTransformation
- java.lang.Object
-
- software.amazon.awssdk.services.supplychain.model.DataIntegrationFlowTransformation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataIntegrationFlowTransformation.Builder,DataIntegrationFlowTransformation>
@Generated("software.amazon.awssdk:codegen") public final class DataIntegrationFlowTransformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataIntegrationFlowTransformation.Builder,DataIntegrationFlowTransformation>
The DataIntegrationFlow transformation parameters.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataIntegrationFlowTransformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataIntegrationFlowTransformation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DataIntegrationFlowTransformation.Builder>serializableBuilderClass()DataIntegrationFlowSQLTransformationConfigurationsqlTransformation()The SQL DataIntegrationFlow transformation configuration.DataIntegrationFlowTransformation.BuildertoBuilder()StringtoString()Returns a string representation of this object.DataIntegrationFlowTransformationTypetransformationType()The DataIntegrationFlow transformation type.StringtransformationTypeAsString()The DataIntegrationFlow transformation type.-
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
-
transformationType
public final DataIntegrationFlowTransformationType transformationType()
The DataIntegrationFlow transformation type.
If the service returns an enum value that is not available in the current SDK version,
transformationTypewill returnDataIntegrationFlowTransformationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransformationTypeAsString().- Returns:
- The DataIntegrationFlow transformation type.
- See Also:
DataIntegrationFlowTransformationType
-
transformationTypeAsString
public final String transformationTypeAsString()
The DataIntegrationFlow transformation type.
If the service returns an enum value that is not available in the current SDK version,
transformationTypewill returnDataIntegrationFlowTransformationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransformationTypeAsString().- Returns:
- The DataIntegrationFlow transformation type.
- See Also:
DataIntegrationFlowTransformationType
-
sqlTransformation
public final DataIntegrationFlowSQLTransformationConfiguration sqlTransformation()
The SQL DataIntegrationFlow transformation configuration.
- Returns:
- The SQL DataIntegrationFlow transformation configuration.
-
toBuilder
public DataIntegrationFlowTransformation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataIntegrationFlowTransformation.Builder,DataIntegrationFlowTransformation>
-
builder
public static DataIntegrationFlowTransformation.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataIntegrationFlowTransformation.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.
-
-