Interface StartIdMappingJobRequest.Builder

  • Method Details

    • workflowName

      StartIdMappingJobRequest.Builder workflowName(String workflowName)

      The name of the ID mapping job to be retrieved.

      Parameters:
      workflowName - The name of the ID mapping job to be retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputSourceConfig

      StartIdMappingJobRequest.Builder outputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig)

      A list of OutputSource objects.

      Parameters:
      outputSourceConfig - A list of OutputSource objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputSourceConfig

      StartIdMappingJobRequest.Builder outputSourceConfig(IdMappingJobOutputSource... outputSourceConfig)

      A list of OutputSource objects.

      Parameters:
      outputSourceConfig - A list of OutputSource objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputSourceConfig

      A list of OutputSource objects.

      This is a convenience method that creates an instance of the IdMappingJobOutputSource.Builder avoiding the need to create one manually via IdMappingJobOutputSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to outputSourceConfig(List<IdMappingJobOutputSource>).

      Parameters:
      outputSourceConfig - a consumer that will call methods on IdMappingJobOutputSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobType

      The job type for the ID mapping job.

      If the jobType value is set to INCREMENTAL, only new or changed data is processed since the last job run. This is the default value if the CreateIdMappingWorkflow API is configured with an incrementalRunConfig.

      If the jobType value is set to BATCH, all data is processed from the input source, regardless of previous job runs. This is the default value if the CreateIdMappingWorkflow API isn't configured with an incrementalRunConfig.

      If the jobType value is set to DELETE_ONLY, only deletion requests from BatchDeleteUniqueIds are processed.

      Parameters:
      jobType - The job type for the ID mapping job.

      If the jobType value is set to INCREMENTAL, only new or changed data is processed since the last job run. This is the default value if the CreateIdMappingWorkflow API is configured with an incrementalRunConfig.

      If the jobType value is set to BATCH, all data is processed from the input source, regardless of previous job runs. This is the default value if the CreateIdMappingWorkflow API isn't configured with an incrementalRunConfig.

      If the jobType value is set to DELETE_ONLY, only deletion requests from BatchDeleteUniqueIds are processed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobType

      The job type for the ID mapping job.

      If the jobType value is set to INCREMENTAL, only new or changed data is processed since the last job run. This is the default value if the CreateIdMappingWorkflow API is configured with an incrementalRunConfig.

      If the jobType value is set to BATCH, all data is processed from the input source, regardless of previous job runs. This is the default value if the CreateIdMappingWorkflow API isn't configured with an incrementalRunConfig.

      If the jobType value is set to DELETE_ONLY, only deletion requests from BatchDeleteUniqueIds are processed.

      Parameters:
      jobType - The job type for the ID mapping job.

      If the jobType value is set to INCREMENTAL, only new or changed data is processed since the last job run. This is the default value if the CreateIdMappingWorkflow API is configured with an incrementalRunConfig.

      If the jobType value is set to BATCH, all data is processed from the input source, regardless of previous job runs. This is the default value if the CreateIdMappingWorkflow API isn't configured with an incrementalRunConfig.

      If the jobType value is set to DELETE_ONLY, only deletion requests from BatchDeleteUniqueIds are processed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      StartIdMappingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.