static UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.builder() |
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.description(String description) |
A description of the workflow.
|
default UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig) |
An object which defines an incremental run type and has only incrementalRunType as a field.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.incrementalRunConfig(IncrementalRunConfig incrementalRunConfig) |
An object which defines an incremental run type and has only incrementalRunType as a field.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.inputSourceConfig(Collection<InputSource> inputSourceConfig) |
A list of InputSource objects, which have the fields InputSourceARN and
SchemaName.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig) |
A list of InputSource objects, which have the fields InputSourceARN and
SchemaName.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.inputSourceConfig(InputSource... inputSourceConfig) |
A list of InputSource objects, which have the fields InputSourceARN and
SchemaName.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.outputSourceConfig(Collection<OutputSource> outputSourceConfig) |
A list of OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig) |
A list of OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.outputSourceConfig(OutputSource... outputSourceConfig) |
A list of OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques) |
An object which defines the resolutionType and the ruleBasedProperties.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.resolutionTechniques(ResolutionTechniques resolutionTechniques) |
An object which defines the resolutionType and the ruleBasedProperties.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.toBuilder() |
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.workflowName(String workflowName) |
The name of the workflow to be retrieved.
|