Interface KeyValueStore.Builder

  • Method Details

    • name

      The name of the key value store.

      Parameters:
      name - The name of the key value store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique Id for the key value store.

      Parameters:
      id - The unique Id for the key value store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comment

      KeyValueStore.Builder comment(String comment)

      A comment for the key value store.

      Parameters:
      comment - A comment for the key value store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the key value store.

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

      KeyValueStore.Builder status(String status)

      The status of the key value store.

      Parameters:
      status - The status of the key value store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      KeyValueStore.Builder lastModifiedTime(Instant lastModifiedTime)

      The last-modified time of the key value store.

      Parameters:
      lastModifiedTime - The last-modified time of the key value store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.