Interface IdMappingWorkflowInputSource.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IdMappingWorkflowInputSource.Builder,,- IdMappingWorkflowInputSource> - SdkBuilder<IdMappingWorkflowInputSource.Builder,,- IdMappingWorkflowInputSource> - SdkPojo
- Enclosing class:
- IdMappingWorkflowInputSource
- 
Method SummaryModifier and TypeMethodDescriptioninputSourceARN(String inputSourceARN) An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.schemaName(String schemaName) The name of the schema to be retrieved.The type of ID namespace.type(IdNamespaceType type) The type of ID namespace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
inputSourceARNAn Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table. - Parameters:
- inputSourceARN- An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
schemaNameThe name of the schema to be retrieved. - Parameters:
- schemaName- The name of the schema to be retrieved.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe 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 oftargetIdwhich allsourceIdswill resolve to.- Parameters:
- type- The type of ID namespace. There are two types:- SOURCEand- TARGET.- The - SOURCEcontains configurations for- sourceIddata that will be processed in an ID mapping workflow.- The - TARGETcontains a configuration of- targetIdwhich all- sourceIdswill resolve to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe 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 oftargetIdwhich allsourceIdswill resolve to.- Parameters:
- type- The type of ID namespace. There are two types:- SOURCEand- TARGET.- The - SOURCEcontains configurations for- sourceIddata that will be processed in an ID mapping workflow.- The - TARGETcontains a configuration of- targetIdwhich all- sourceIdswill resolve to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-