Interface ExportJobProperties.Builder

  • Method Details

    • jobId

      The export job identifier.

      Parameters:
      jobId - The export job identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobName

      The export job name.

      Parameters:
      jobName - The export job name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobStatus

      ExportJobProperties.Builder jobStatus(String jobStatus)

      The export job status.

      Parameters:
      jobStatus - The export job status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobStatus

      ExportJobProperties.Builder jobStatus(JobStatus jobStatus)

      The export job status.

      Parameters:
      jobStatus - The export job status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • submitTime

      ExportJobProperties.Builder submitTime(Instant submitTime)

      The time the export job was initiated.

      Parameters:
      submitTime - The time the export job was initiated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The time the export job completed.

      Parameters:
      endTime - The time the export job completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datastoreId

      ExportJobProperties.Builder datastoreId(String datastoreId)

      The data store identifier from which files are being exported.

      Parameters:
      datastoreId - The data store identifier from which files are being exported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputDataConfig

      ExportJobProperties.Builder outputDataConfig(OutputDataConfig outputDataConfig)

      The output data configuration supplied when the export job was created.

      Parameters:
      outputDataConfig - The output data configuration supplied when the export job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputDataConfig

      default ExportJobProperties.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)

      The output data configuration supplied when the export job was created.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to outputDataConfig(OutputDataConfig).

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

      ExportJobProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)

      The Amazon Resource Name (ARN) used during the initiation of the export job.

      Parameters:
      dataAccessRoleArn - The Amazon Resource Name (ARN) used during the initiation of the export job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      An explanation of any errors that might have occurred during the export job.

      Parameters:
      message - An explanation of any errors that might have occurred during the export job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.