Class ExportTaskSummary

    • Method Detail

      • graphId

        public final String graphId()

        The source graph identifier of the export task.

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

        public final String roleArn()

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

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

        public final String taskId()

        The unique identifier of the export task.

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

        public final String statusAsString()

        The current status of the export task.

        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.
        See Also:
        ExportTaskStatus
      • formatAsString

        public final String formatAsString()

        The format of the 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 export task.
        See Also:
        ExportFormat
      • destination

        public final String destination()

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

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

        public final String kmsKeyIdentifier()

        The KMS key identifier of the export task.

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

        public final ParquetType parquetType()

        The parquet type of the 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 export task.
        See Also:
        ParquetType
      • parquetTypeAsString

        public final String parquetTypeAsString()

        The parquet type of the 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 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)