Class IdMappingWorkflowInputSource
- java.lang.Object
-
- software.amazon.awssdk.services.entityresolution.model.IdMappingWorkflowInputSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdMappingWorkflowInputSource.Builder,IdMappingWorkflowInputSource>
@Generated("software.amazon.awssdk:codegen") public final class IdMappingWorkflowInputSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdMappingWorkflowInputSource.Builder,IdMappingWorkflowInputSource>
An object containing
InputSourceARN,SchemaName, andType.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIdMappingWorkflowInputSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdMappingWorkflowInputSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputSourceARN()An Glue table ARN for the input source table.StringschemaName()The name of the schema to be retrieved.List<SdkField<?>>sdkFields()static Class<? extends IdMappingWorkflowInputSource.Builder>serializableBuilderClass()IdMappingWorkflowInputSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.IdNamespaceTypetype()The type of ID namespace.StringtypeAsString()The type of ID namespace.-
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
-
inputSourceARN
public final String inputSourceARN()
An Glue table ARN for the input source table.
- Returns:
- An Glue table ARN for the input source table.
-
schemaName
public final String schemaName()
The name of the schema to be retrieved.
- Returns:
- The name of the schema to be retrieved.
-
type
public final IdNamespaceType type()
The type of ID namespace. There are two types:
SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdto which allsourceIdswill resolve to.If the service returns an enum value that is not available in the current SDK version,
typewill returnIdNamespaceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of ID namespace. There are two types:
SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdto which allsourceIdswill resolve to. - See Also:
IdNamespaceType
-
typeAsString
public final String typeAsString()
The type of ID namespace. There are two types:
SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdto which allsourceIdswill resolve to.If the service returns an enum value that is not available in the current SDK version,
typewill returnIdNamespaceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of ID namespace. There are two types:
SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdto which allsourceIdswill resolve to. - See Also:
IdNamespaceType
-
toBuilder
public IdMappingWorkflowInputSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdMappingWorkflowInputSource.Builder,IdMappingWorkflowInputSource>
-
builder
public static IdMappingWorkflowInputSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends IdMappingWorkflowInputSource.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.
-
-