Interface ImportsListItem.Builder

    • Method Detail

      • importId

        ImportsListItem.Builder importId​(String importId)

        The ID of the import.

        Parameters:
        importId - The ID of the import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importStatus

        ImportsListItem.Builder importStatus​(String importStatus)

        The status of the import.

        Parameters:
        importStatus - The status of the import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImportStatus, ImportStatus
      • destinations

        ImportsListItem.Builder destinations​(Collection<String> destinations)

        The ARN of the destination event data store.

        Parameters:
        destinations - The ARN of the destination event data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        ImportsListItem.Builder destinations​(String... destinations)

        The ARN of the destination event data store.

        Parameters:
        destinations - The ARN of the destination event data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        ImportsListItem.Builder createdTimestamp​(Instant createdTimestamp)

        The timestamp of the import's creation.

        Parameters:
        createdTimestamp - The timestamp of the import's creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedTimestamp

        ImportsListItem.Builder updatedTimestamp​(Instant updatedTimestamp)

        The timestamp of the import's last update.

        Parameters:
        updatedTimestamp - The timestamp of the import's last update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.