Interface PromptSummary.Builder

    • Method Detail

      • id

        PromptSummary.Builder id​(String id)

        The identifier of the prompt.

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

        PromptSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the prompt.

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

        PromptSummary.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.
      • lastModifiedTime

        PromptSummary.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

        PromptSummary.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.