Interface MemorySummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the memory.

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

      The unique identifier of the memory.

      Parameters:
      id - The unique identifier of the memory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      MemorySummary.Builder status(String status)

      The current status of the memory.

      Parameters:
      status - The current status of the memory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the memory.

      Parameters:
      status - The current status of the memory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      MemorySummary.Builder createdAt(Instant createdAt)

      The timestamp when the memory was created.

      Parameters:
      createdAt - The timestamp when the memory was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      MemorySummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the memory was last updated.

      Parameters:
      updatedAt - The timestamp when the memory was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.