Interface BillOfMaterialsImportJob.Builder

    • Method Detail

      • instanceId

        BillOfMaterialsImportJob.Builder instanceId​(String instanceId)

        The BillOfMaterialsImportJob instanceId.

        Parameters:
        instanceId - The BillOfMaterialsImportJob instanceId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        BillOfMaterialsImportJob.Builder jobId​(String jobId)

        The BillOfMaterialsImportJob jobId.

        Parameters:
        jobId - The BillOfMaterialsImportJob jobId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3uri

        BillOfMaterialsImportJob.Builder s3uri​(String s3uri)

        The S3 URI from which the CSV is read.

        Parameters:
        s3uri - The S3 URI from which the CSV is read.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        BillOfMaterialsImportJob.Builder message​(String message)

        When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.

        Parameters:
        message - When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.