Interface GetMatchingWorkflowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMatchingWorkflowResponse.Builder,GetMatchingWorkflowResponse>,EntityResolutionResponse.Builder,SdkBuilder<GetMatchingWorkflowResponse.Builder,GetMatchingWorkflowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMatchingWorkflowResponse
public static interface GetMatchingWorkflowResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetMatchingWorkflowResponse.Builder,GetMatchingWorkflowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetMatchingWorkflowResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the workflow was created.GetMatchingWorkflowResponse.Builderdescription(String description)A description of the workflow.default GetMatchingWorkflowResponse.BuilderincrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)An object which defines an incremental run type and has onlyincrementalRunTypeas a field.GetMatchingWorkflowResponse.BuilderincrementalRunConfig(IncrementalRunConfig incrementalRunConfig)An object which defines an incremental run type and has onlyincrementalRunTypeas a field.GetMatchingWorkflowResponse.BuilderinputSourceConfig(Collection<InputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.GetMatchingWorkflowResponse.BuilderinputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.GetMatchingWorkflowResponse.BuilderinputSourceConfig(InputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.GetMatchingWorkflowResponse.BuilderoutputSourceConfig(Collection<OutputSource> outputSourceConfig)A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.GetMatchingWorkflowResponse.BuilderoutputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.GetMatchingWorkflowResponse.BuilderoutputSourceConfig(OutputSource... outputSourceConfig)A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.default GetMatchingWorkflowResponse.BuilderresolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)An object which defines theresolutionTypeand theruleBasedProperties.GetMatchingWorkflowResponse.BuilderresolutionTechniques(ResolutionTechniques resolutionTechniques)An object which defines theresolutionTypeand theruleBasedProperties.GetMatchingWorkflowResponse.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role.GetMatchingWorkflowResponse.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.GetMatchingWorkflowResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when the workflow was last updated.GetMatchingWorkflowResponse.BuilderworkflowArn(String workflowArn)The ARN (Amazon Resource Name) that Entity Resolution generated for theMatchingWorkflow.GetMatchingWorkflowResponse.BuilderworkflowName(String workflowName)The name of the workflow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetMatchingWorkflowResponse.Builder createdAt(Instant createdAt)
The timestamp of when the workflow was created.
- Parameters:
createdAt- The timestamp of when the workflow was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetMatchingWorkflowResponse.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
GetMatchingWorkflowResponse.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 GetMatchingWorkflowResponse.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
GetMatchingWorkflowResponse.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
GetMatchingWorkflowResponse.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
GetMatchingWorkflowResponse.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
GetMatchingWorkflowResponse.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
GetMatchingWorkflowResponse.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
GetMatchingWorkflowResponse.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
GetMatchingWorkflowResponse.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 GetMatchingWorkflowResponse.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
GetMatchingWorkflowResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
GetMatchingWorkflowResponse.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.
-
updatedAt
GetMatchingWorkflowResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the workflow was last updated.
- Parameters:
updatedAt- The timestamp of when the workflow was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowArn
GetMatchingWorkflowResponse.Builder workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow.- Parameters:
workflowArn- The ARN (Amazon Resource Name) that Entity Resolution generated for theMatchingWorkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowName
GetMatchingWorkflowResponse.Builder workflowName(String workflowName)
The name of the workflow.
- Parameters:
workflowName- The name of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-