Interface CreateMatchingWorkflowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateMatchingWorkflowRequest.Builder,CreateMatchingWorkflowRequest>,EntityResolutionRequest.Builder,SdkBuilder<CreateMatchingWorkflowRequest.Builder,CreateMatchingWorkflowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateMatchingWorkflowRequest
public static interface CreateMatchingWorkflowRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<CreateMatchingWorkflowRequest.Builder,CreateMatchingWorkflowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateMatchingWorkflowRequest.Builderdescription(String description)A description of the workflow.default CreateMatchingWorkflowRequest.BuilderincrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)An object which defines an incremental run type and has onlyincrementalRunTypeas a field.CreateMatchingWorkflowRequest.BuilderincrementalRunConfig(IncrementalRunConfig incrementalRunConfig)An object which defines an incremental run type and has onlyincrementalRunTypeas a field.CreateMatchingWorkflowRequest.BuilderinputSourceConfig(Collection<InputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CreateMatchingWorkflowRequest.BuilderinputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CreateMatchingWorkflowRequest.BuilderinputSourceConfig(InputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CreateMatchingWorkflowRequest.BuilderoutputSourceConfig(Collection<OutputSource> outputSourceConfig)A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.CreateMatchingWorkflowRequest.BuilderoutputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.CreateMatchingWorkflowRequest.BuilderoutputSourceConfig(OutputSource... outputSourceConfig)A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.CreateMatchingWorkflowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateMatchingWorkflowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateMatchingWorkflowRequest.BuilderresolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)An object which defines theresolutionTypeand theruleBasedProperties.CreateMatchingWorkflowRequest.BuilderresolutionTechniques(ResolutionTechniques resolutionTechniques)An object which defines theresolutionTypeand theruleBasedProperties.CreateMatchingWorkflowRequest.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role.CreateMatchingWorkflowRequest.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.CreateMatchingWorkflowRequest.BuilderworkflowName(String workflowName)The name of the workflow.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
description
CreateMatchingWorkflowRequest.Builder description(String description)
A description of the workflow.
- Parameters:
description- A description of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incrementalRunConfig
CreateMatchingWorkflowRequest.Builder incrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunTypeas a field.- Parameters:
incrementalRunConfig- An object which defines an incremental run type and has onlyincrementalRunTypeas a field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incrementalRunConfig
default CreateMatchingWorkflowRequest.Builder incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)
An object which defines an incremental run type and has only
This is a convenience method that creates an instance of theincrementalRunTypeas a field.IncrementalRunConfig.Builderavoiding the need to create one manually viaIncrementalRunConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toincrementalRunConfig(IncrementalRunConfig).- Parameters:
incrementalRunConfig- a consumer that will call methods onIncrementalRunConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
incrementalRunConfig(IncrementalRunConfig)
-
inputSourceConfig
CreateMatchingWorkflowRequest.Builder inputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
CreateMatchingWorkflowRequest.Builder inputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
CreateMatchingWorkflowRequest.Builder inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)
A list of
This is a convenience method that creates an instance of theInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.InputSource.Builderavoiding the need to create one manually viaInputSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#inputSourceConfig(List.) - Parameters:
inputSourceConfig- a consumer that will call methods onInputSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#inputSourceConfig(java.util.Collection)
-
outputSourceConfig
CreateMatchingWorkflowRequest.Builder outputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.- Parameters:
outputSourceConfig- A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
CreateMatchingWorkflowRequest.Builder outputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.- Parameters:
outputSourceConfig- A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
CreateMatchingWorkflowRequest.Builder outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)
A list of
This is a convenience method that creates an instance of theOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.OutputSource.Builderavoiding the need to create one manually viaOutputSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#outputSourceConfig(List.) - Parameters:
outputSourceConfig- a consumer that will call methods onOutputSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#outputSourceConfig(java.util.Collection)
-
resolutionTechniques
CreateMatchingWorkflowRequest.Builder resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionTypeand theruleBasedProperties.- Parameters:
resolutionTechniques- An object which defines theresolutionTypeand theruleBasedProperties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolutionTechniques
default CreateMatchingWorkflowRequest.Builder resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
This is a convenience method that creates an instance of theresolutionTypeand theruleBasedProperties.ResolutionTechniques.Builderavoiding the need to create one manually viaResolutionTechniques.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresolutionTechniques(ResolutionTechniques).- Parameters:
resolutionTechniques- a consumer that will call methods onResolutionTechniques.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resolutionTechniques(ResolutionTechniques)
-
roleArn
CreateMatchingWorkflowRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateMatchingWorkflowRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowName
CreateMatchingWorkflowRequest.Builder workflowName(String workflowName)
The name of the workflow. There can't be multiple
MatchingWorkflowswith the same name.- Parameters:
workflowName- The name of the workflow. There can't be multipleMatchingWorkflowswith the same name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateMatchingWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateMatchingWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-