Class CancelExportTaskResponse

    • Method Detail

      • graphId

        public final String graphId()

        The source graph identifier of the cancelled export task.

        Returns:
        The source graph identifier of the cancelled export task.
      • roleArn

        public final String roleArn()

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

        Returns:
        The ARN of the IAM role that will allow the exporting of data to the destination.
      • taskId

        public final String taskId()

        The unique identifier of the export task.

        Returns:
        The unique identifier of the export task.
      • status

        public final ExportTaskStatus status()

        The current status of the export task. The status is CANCELLING when the export task is cancelled.

        If the service returns an enum value that is not available in the current SDK version, status will return ExportTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The current status of the export task. The status is CANCELLING when the export task is cancelled.
        See Also:
        ExportTaskStatus
      • statusAsString

        public final String statusAsString()

        The current status of the export task. The status is CANCELLING when the export task is cancelled.

        If the service returns an enum value that is not available in the current SDK version, status will return ExportTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The current status of the export task. The status is CANCELLING when the export task is cancelled.
        See Also:
        ExportTaskStatus
      • format

        public final ExportFormat format()

        The format of the cancelled export task.

        If the service returns an enum value that is not available in the current SDK version, format will return ExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The format of the cancelled export task.
        See Also:
        ExportFormat
      • formatAsString

        public final String formatAsString()

        The format of the cancelled export task.

        If the service returns an enum value that is not available in the current SDK version, format will return ExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The format of the cancelled export task.
        See Also:
        ExportFormat
      • destination

        public final String destination()

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

        Returns:
        The Amazon S3 URI of the cancelled export task where data will be exported to.
      • kmsKeyIdentifier

        public final String kmsKeyIdentifier()

        The KMS key identifier of the cancelled export task.

        Returns:
        The KMS key identifier of the cancelled export task.
      • parquetType

        public final ParquetType parquetType()

        The parquet type of the cancelled export task.

        If the service returns an enum value that is not available in the current SDK version, parquetType will return ParquetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from parquetTypeAsString().

        Returns:
        The parquet type of the cancelled export task.
        See Also:
        ParquetType
      • parquetTypeAsString

        public final String parquetTypeAsString()

        The parquet type of the cancelled export task.

        If the service returns an enum value that is not available in the current SDK version, parquetType will return ParquetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from parquetTypeAsString().

        Returns:
        The parquet type of the cancelled export task.
        See Also:
        ParquetType
      • statusReason

        public final String statusReason()

        The reason that the export task has this status value.

        Returns:
        The reason that the export task has this status value.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object