Interface UpdateMatchingWorkflowResponse.Builder

    • Method Detail

      • description

        UpdateMatchingWorkflowResponse.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

        UpdateMatchingWorkflowResponse.Builder incrementalRunConfig​(IncrementalRunConfig incrementalRunConfig)

        An object which defines an incremental run type and has only incrementalRunType as a field.

        Parameters:
        incrementalRunConfig - An object which defines an incremental run type and has only incrementalRunType as a field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputSourceConfig

        UpdateMatchingWorkflowResponse.Builder inputSourceConfig​(Collection<InputSource> inputSourceConfig)

        A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

        Parameters:
        inputSourceConfig - A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputSourceConfig

        UpdateMatchingWorkflowResponse.Builder inputSourceConfig​(InputSource... inputSourceConfig)

        A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

        Parameters:
        inputSourceConfig - A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputSourceConfig

        UpdateMatchingWorkflowResponse.Builder outputSourceConfig​(Collection<OutputSource> outputSourceConfig)

        A list of OutputSource objects, each of which contains fields OutputS3Path, ApplyNormalization, and Output.

        Parameters:
        outputSourceConfig - A list of OutputSource objects, each of which contains fields OutputS3Path, ApplyNormalization, and Output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputSourceConfig

        UpdateMatchingWorkflowResponse.Builder outputSourceConfig​(OutputSource... outputSourceConfig)

        A list of OutputSource objects, each of which contains fields OutputS3Path, ApplyNormalization, and Output.

        Parameters:
        outputSourceConfig - A list of OutputSource objects, each of which contains fields OutputS3Path, ApplyNormalization, and Output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolutionTechniques

        UpdateMatchingWorkflowResponse.Builder resolutionTechniques​(ResolutionTechniques resolutionTechniques)

        An object which defines the resolutionType and the ruleBasedProperties

        Parameters:
        resolutionTechniques - An object which defines the resolutionType and the ruleBasedProperties
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        UpdateMatchingWorkflowResponse.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.
      • workflowName

        UpdateMatchingWorkflowResponse.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.