Interface StartExportTaskResponse.Builder

  • Method Details

    • graphId

      The source graph identifier of the export task.

      Parameters:
      graphId - The source graph identifier of the export task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The ARN of the IAM role that will allow data to be exported to the destination.

      Parameters:
      roleArn - The ARN of the IAM role that will allow data to be exported to the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskId

      The unique identifier of the export task.

      Parameters:
      taskId - The unique identifier of the export task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the export task.

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

      The current status of the export task.

      Parameters:
      status - The current status of the export task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The format of the export task.

      Parameters:
      format - The format of the export task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The format of the export task.

      Parameters:
      format - The format of the export task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destination

      StartExportTaskResponse.Builder destination(String destination)

      The Amazon S3 URI of the export task where data will be exported to.

      Parameters:
      destination - The Amazon S3 URI of the export task where data will be exported to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyIdentifier

      StartExportTaskResponse.Builder kmsKeyIdentifier(String kmsKeyIdentifier)

      The KMS key identifier of the export task.

      Parameters:
      kmsKeyIdentifier - The KMS key identifier of the export task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parquetType

      StartExportTaskResponse.Builder parquetType(String parquetType)

      The parquet type of the export task.

      Parameters:
      parquetType - The parquet type of the export task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • parquetType

      StartExportTaskResponse.Builder parquetType(ParquetType parquetType)

      The parquet type of the export task.

      Parameters:
      parquetType - The parquet type of the export task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      StartExportTaskResponse.Builder statusReason(String statusReason)

      The reason that the export task has this status value.

      Parameters:
      statusReason - The reason that the export task has this status value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportFilter

      StartExportTaskResponse.Builder exportFilter(ExportFilter exportFilter)

      The export filter of the export task.

      Parameters:
      exportFilter - The export filter of the export task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportFilter

      default StartExportTaskResponse.Builder exportFilter(Consumer<ExportFilter.Builder> exportFilter)

      The export filter of the export task.

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

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

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