Interface IdMappingWorkflowInputSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdMappingWorkflowInputSource.Builder,IdMappingWorkflowInputSource>,SdkBuilder<IdMappingWorkflowInputSource.Builder,IdMappingWorkflowInputSource>,SdkPojo
- Enclosing class:
- IdMappingWorkflowInputSource
public static interface IdMappingWorkflowInputSource.Builder extends SdkPojo, CopyableBuilder<IdMappingWorkflowInputSource.Builder,IdMappingWorkflowInputSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdMappingWorkflowInputSource.BuilderinputSourceARN(String inputSourceARN)An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.IdMappingWorkflowInputSource.BuilderschemaName(String schemaName)The name of the schema to be retrieved.IdMappingWorkflowInputSource.Buildertype(String type)The type of ID namespace.IdMappingWorkflowInputSource.Buildertype(IdNamespaceType type)The type of ID namespace.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
inputSourceARN
IdMappingWorkflowInputSource.Builder inputSourceARN(String inputSourceARN)
An 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.
-
schemaName
IdMappingWorkflowInputSource.Builder schemaName(String schemaName)
The 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.
-
type
IdMappingWorkflowInputSource.Builder type(String 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 oftargetIdwhich allsourceIdswill resolve to.- Parameters:
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 oftargetIdwhich allsourceIdswill resolve to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdNamespaceType,IdNamespaceType
-
type
IdMappingWorkflowInputSource.Builder type(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 oftargetIdwhich allsourceIdswill resolve to.- Parameters:
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 oftargetIdwhich allsourceIdswill resolve to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdNamespaceType,IdNamespaceType
-
-