Interface StartMatchingJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMatchingJobRequest.Builder,StartMatchingJobRequest>,EntityResolutionRequest.Builder,SdkBuilder<StartMatchingJobRequest.Builder,StartMatchingJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartMatchingJobRequest
public static interface StartMatchingJobRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<StartMatchingJobRequest.Builder,StartMatchingJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartMatchingJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartMatchingJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartMatchingJobRequest.BuilderworkflowName(String workflowName)The name of the matching job to be retrieved.-
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
-
workflowName
StartMatchingJobRequest.Builder workflowName(String workflowName)
The name of the matching job to be retrieved.
- Parameters:
workflowName- The name of the matching job to be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartMatchingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartMatchingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-