Interface Application.Builder

    • Method Detail

      • displayName

        Application.Builder displayName​(String displayName)

        The name of the Amazon Q Business application.

        Parameters:
        displayName - The name of the Amazon Q Business application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationId

        Application.Builder applicationId​(String applicationId)

        The identifier for the Amazon Q Business application.

        Parameters:
        applicationId - The identifier for the Amazon Q Business application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        Application.Builder createdAt​(Instant createdAt)

        The Unix timestamp when the Amazon Q Business application was created.

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

        Application.Builder updatedAt​(Instant updatedAt)

        The Unix timestamp when the Amazon Q Business application was last updated.

        Parameters:
        updatedAt - The Unix timestamp when the Amazon Q Business application was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Application.Builder status​(String status)

        The status of the Amazon Q Business application. The application is ready to use when the status is ACTIVE.

        Parameters:
        status - The status of the Amazon Q Business application. The application is ready to use when the status is ACTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationStatus, ApplicationStatus
      • status

        Application.Builder status​(ApplicationStatus status)

        The status of the Amazon Q Business application. The application is ready to use when the status is ACTIVE.

        Parameters:
        status - The status of the Amazon Q Business application. The application is ready to use when the status is ACTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationStatus, ApplicationStatus