Interface CreateDatasetExportJobRequest.Builder

    • Method Detail

      • jobName

        CreateDatasetExportJobRequest.Builder jobName​(String jobName)

        The name for the dataset export job.

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

        CreateDatasetExportJobRequest.Builder datasetArn​(String datasetArn)

        The Amazon Resource Name (ARN) of the dataset that contains the data to export.

        Parameters:
        datasetArn - The Amazon Resource Name (ARN) of the dataset that contains the data to export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionMode

        CreateDatasetExportJobRequest.Builder ingestionMode​(String ingestionMode)

        The data to export, based on how you imported the data. You can choose to export only BULK data that you imported using a dataset import job, only PUT data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The default value is PUT.

        Parameters:
        ingestionMode - The data to export, based on how you imported the data. You can choose to export only BULK data that you imported using a dataset import job, only PUT data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The default value is PUT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionMode, IngestionMode
      • ingestionMode

        CreateDatasetExportJobRequest.Builder ingestionMode​(IngestionMode ingestionMode)

        The data to export, based on how you imported the data. You can choose to export only BULK data that you imported using a dataset import job, only PUT data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The default value is PUT.

        Parameters:
        ingestionMode - The data to export, based on how you imported the data. You can choose to export only BULK data that you imported using a dataset import job, only PUT data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The default value is PUT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionMode, IngestionMode
      • roleArn

        CreateDatasetExportJobRequest.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobOutput

        CreateDatasetExportJobRequest.Builder jobOutput​(DatasetExportJobOutput jobOutput)

        The path to the Amazon S3 bucket where the job's output is stored.

        Parameters:
        jobOutput - The path to the Amazon S3 bucket where the job's output is stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDatasetExportJobRequest.Builder tags​(Tag... tags)

        A list of tags to apply to the dataset export job.

        Parameters:
        tags - A list of tags to apply to the dataset export job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.