Class Ingestion

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the resource.

        Returns:
        The Amazon Resource Name (ARN) of the resource.
      • ingestionId

        public final String ingestionId()

        Ingestion ID.

        Returns:
        Ingestion ID.
      • errorInfo

        public final ErrorInfo errorInfo()

        Error information for this ingestion.

        Returns:
        Error information for this ingestion.
      • rowInfo

        public final RowInfo rowInfo()
        Returns the value of the RowInfo property for this object.
        Returns:
        The value of the RowInfo property for this object.
      • queueInfo

        public final QueueInfo queueInfo()
        Returns the value of the QueueInfo property for this object.
        Returns:
        The value of the QueueInfo property for this object.
      • createdTime

        public final Instant createdTime()

        The time that this ingestion started.

        Returns:
        The time that this ingestion started.
      • ingestionTimeInSeconds

        public final Long ingestionTimeInSeconds()

        The time that this ingestion took, measured in seconds.

        Returns:
        The time that this ingestion took, measured in seconds.
      • ingestionSizeInBytes

        public final Long ingestionSizeInBytes()

        The size of the data ingested, in bytes.

        Returns:
        The size of the data ingested, in bytes.
      • 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)