Interface Ingestion.Builder

    • Method Detail

      • arn

        Ingestion.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionId

        Ingestion.Builder ingestionId​(String ingestionId)

        Ingestion ID.

        Parameters:
        ingestionId - Ingestion ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionStatus

        Ingestion.Builder ingestionStatus​(String ingestionStatus)

        Ingestion status.

        Parameters:
        ingestionStatus - Ingestion status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionStatus, IngestionStatus
      • errorInfo

        Ingestion.Builder errorInfo​(ErrorInfo errorInfo)

        Error information for this ingestion.

        Parameters:
        errorInfo - Error information for this ingestion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rowInfo

        Ingestion.Builder rowInfo​(RowInfo rowInfo)
        Sets the value of the RowInfo property for this object.
        Parameters:
        rowInfo - The new value for the RowInfo property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueInfo

        Ingestion.Builder queueInfo​(QueueInfo queueInfo)
        Sets the value of the QueueInfo property for this object.
        Parameters:
        queueInfo - The new value for the QueueInfo property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        Ingestion.Builder createdTime​(Instant createdTime)

        The time that this ingestion started.

        Parameters:
        createdTime - The time that this ingestion started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionTimeInSeconds

        Ingestion.Builder ingestionTimeInSeconds​(Long ingestionTimeInSeconds)

        The time that this ingestion took, measured in seconds.

        Parameters:
        ingestionTimeInSeconds - The time that this ingestion took, measured in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionSizeInBytes

        Ingestion.Builder ingestionSizeInBytes​(Long ingestionSizeInBytes)

        The size of the data ingested, in bytes.

        Parameters:
        ingestionSizeInBytes - The size of the data ingested, in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.