Interface Prompt.Builder

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

@Mutable @NotThreadSafe public static interface Prompt.Builder extends SdkPojo, CopyableBuilder<Prompt.Builder,Prompt>
  • Method Details

    • promptARN

      Prompt.Builder promptARN(String promptARN)

      The Amazon Resource Name (ARN) of the prompt.

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

      Prompt.Builder promptId(String promptId)

      A unique identifier for the prompt.

      Parameters:
      promptId - A unique identifier for the prompt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Prompt.Builder name(String name)

      The name of the prompt.

      Parameters:
      name - The name of the prompt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      Prompt.Builder description(String description)

      The description of the prompt.

      Parameters:
      description - The description of the prompt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

      Parameters:
      tags - The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      Prompt.Builder lastModifiedTime(Instant lastModifiedTime)

      The timestamp when this resource was last modified.

      Parameters:
      lastModifiedTime - The timestamp when this resource was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedRegion

      Prompt.Builder lastModifiedRegion(String lastModifiedRegion)

      The Amazon Web Services Region where this resource was last modified.

      Parameters:
      lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.