Interface CreateWebExperienceRequest.Builder

    • Method Detail

      • applicationId

        CreateWebExperienceRequest.Builder applicationId​(String applicationId)

        The identifier of the Amazon Q Business web experience.

        Parameters:
        applicationId - The identifier of the Amazon Q Business web experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        CreateWebExperienceRequest.Builder title​(String title)

        The title for your Amazon Q Business web experience.

        Parameters:
        title - The title for your Amazon Q Business web experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subtitle

        CreateWebExperienceRequest.Builder subtitle​(String subtitle)

        A subtitle to personalize your Amazon Q Business web experience.

        Parameters:
        subtitle - A subtitle to personalize your Amazon Q Business web experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • welcomeMessage

        CreateWebExperienceRequest.Builder welcomeMessage​(String welcomeMessage)

        The customized welcome message for end users of an Amazon Q Business web experience.

        Parameters:
        welcomeMessage - The customized welcome message for end users of an Amazon Q Business web experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        CreateWebExperienceRequest.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the service role attached to your web experience.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the service role attached to your web experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateWebExperienceRequest.Builder tags​(Collection<Tag> tags)

        A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

        Parameters:
        tags - A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateWebExperienceRequest.Builder tags​(Tag... tags)

        A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

        Parameters:
        tags - A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateWebExperienceRequest.Builder tags​(Consumer<Tag.Builder>... tags)

        A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)
      • clientToken

        CreateWebExperienceRequest.Builder clientToken​(String clientToken)

        A token you provide to identify a request to create an Amazon Q Business web experience.

        Parameters:
        clientToken - A token you provide to identify a request to create an Amazon Q Business web experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.