Interface ImportsListItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImportsListItem.Builder,ImportsListItem>, SdkBuilder<ImportsListItem.Builder,ImportsListItem>, SdkPojo
Enclosing class:
ImportsListItem

public static interface ImportsListItem.Builder extends SdkPojo, CopyableBuilder<ImportsListItem.Builder,ImportsListItem>
  • Method Details

    • 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

      ImportsListItem.Builder importStatus(ImportStatus 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:
    • 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.