Interface UpdateQAppResponse.Builder

    • Method Detail

      • appId

        UpdateQAppResponse.Builder appId​(String appId)

        The unique identifier of the updated Q App.

        Parameters:
        appId - The unique identifier of the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appArn

        UpdateQAppResponse.Builder appArn​(String appArn)

        The Amazon Resource Name (ARN) of the updated Q App.

        Parameters:
        appArn - The Amazon Resource Name (ARN) of the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        UpdateQAppResponse.Builder title​(String title)

        The new title of the updated Q App.

        Parameters:
        title - The new title of the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateQAppResponse.Builder description​(String description)

        The new description of the updated Q App.

        Parameters:
        description - The new description of the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initialPrompt

        UpdateQAppResponse.Builder initialPrompt​(String initialPrompt)

        The initial prompt for the updated Q App.

        Parameters:
        initialPrompt - The initial prompt for the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appVersion

        UpdateQAppResponse.Builder appVersion​(Integer appVersion)

        The new version of the updated Q App.

        Parameters:
        appVersion - The new version of the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        UpdateQAppResponse.Builder status​(String status)

        The status of the updated Q App.

        Parameters:
        status - The status of the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AppStatus, AppStatus
      • status

        UpdateQAppResponse.Builder status​(AppStatus status)

        The status of the updated Q App.

        Parameters:
        status - The status of the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AppStatus, AppStatus
      • createdAt

        UpdateQAppResponse.Builder createdAt​(Instant createdAt)

        The date and time the Q App was originally created.

        Parameters:
        createdAt - The date and time the Q App was originally created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        UpdateQAppResponse.Builder createdBy​(String createdBy)

        The user who originally created the Q App.

        Parameters:
        createdBy - The user who originally created the Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        UpdateQAppResponse.Builder updatedAt​(Instant updatedAt)

        The date and time the Q App was last updated.

        Parameters:
        updatedAt - The date and time the Q App was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedBy

        UpdateQAppResponse.Builder updatedBy​(String updatedBy)

        The user who last updated the Q App.

        Parameters:
        updatedBy - The user who last updated the Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requiredCapabilitiesWithStrings

        UpdateQAppResponse.Builder requiredCapabilitiesWithStrings​(Collection<String> requiredCapabilities)

        The capabilities required for the updated Q App.

        Parameters:
        requiredCapabilities - The capabilities required for the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requiredCapabilitiesWithStrings

        UpdateQAppResponse.Builder requiredCapabilitiesWithStrings​(String... requiredCapabilities)

        The capabilities required for the updated Q App.

        Parameters:
        requiredCapabilities - The capabilities required for the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requiredCapabilities

        UpdateQAppResponse.Builder requiredCapabilities​(Collection<AppRequiredCapability> requiredCapabilities)

        The capabilities required for the updated Q App.

        Parameters:
        requiredCapabilities - The capabilities required for the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requiredCapabilities

        UpdateQAppResponse.Builder requiredCapabilities​(AppRequiredCapability... requiredCapabilities)

        The capabilities required for the updated Q App.

        Parameters:
        requiredCapabilities - The capabilities required for the updated Q App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.