static CancelExportTaskResponse.Builder |
CancelExportTaskResponse.builder() |
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.destination(String destination) |
The Amazon S3 URI of the cancelled export task where data will be exported to.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.format(String format) |
The format of the cancelled export task.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.format(ExportFormat format) |
The format of the cancelled export task.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.graphId(String graphId) |
The source graph identifier of the cancelled export task.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) |
The KMS key identifier of the cancelled export task.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.parquetType(String parquetType) |
The parquet type of the cancelled export task.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.parquetType(ParquetType parquetType) |
The parquet type of the cancelled export task.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.roleArn(String roleArn) |
The ARN of the IAM role that will allow the exporting of data to the destination.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.status(String status) |
The current status of the export task.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.status(ExportTaskStatus status) |
The current status of the export task.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.statusReason(String statusReason) |
The reason that the export task has this status value.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.Builder.taskId(String taskId) |
The unique identifier of the export task.
|
CancelExportTaskResponse.Builder |
CancelExportTaskResponse.toBuilder() |
|