Interface GenerateEmbedUrlForRegisteredUserRequest.Builder

    • Method Detail

      • awsAccountId

        GenerateEmbedUrlForRegisteredUserRequest.Builder awsAccountId​(String awsAccountId)

        The ID for the Amazon Web Services account that contains the dashboard that you're embedding.

        Parameters:
        awsAccountId - The ID for the Amazon Web Services account that contains the dashboard that you're embedding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionLifetimeInMinutes

        GenerateEmbedUrlForRegisteredUserRequest.Builder sessionLifetimeInMinutes​(Long sessionLifetimeInMinutes)

        How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.

        Parameters:
        sessionLifetimeInMinutes - How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userArn

        GenerateEmbedUrlForRegisteredUserRequest.Builder userArn​(String userArn)

        The Amazon Resource Name for the registered user.

        Parameters:
        userArn - The Amazon Resource Name for the registered user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • experienceConfiguration

        GenerateEmbedUrlForRegisteredUserRequest.Builder experienceConfiguration​(RegisteredUserEmbeddingExperienceConfiguration experienceConfiguration)

        The experience that you want to embed. For registered users, you can embed QuickSight dashboards, QuickSight visuals, the QuickSight Q search bar, the QuickSight Generative Q&A experience, or the entire QuickSight console.

        Parameters:
        experienceConfiguration - The experience that you want to embed. For registered users, you can embed QuickSight dashboards, QuickSight visuals, the QuickSight Q search bar, the QuickSight Generative Q&A experience, or the entire QuickSight console.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedDomains

        GenerateEmbedUrlForRegisteredUserRequest.Builder allowedDomains​(Collection<String> allowedDomains)

        The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

        To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

        Parameters:
        allowedDomains - The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

        To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedDomains

        GenerateEmbedUrlForRegisteredUserRequest.Builder allowedDomains​(String... allowedDomains)

        The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

        To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

        Parameters:
        allowedDomains - The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

        To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

        Returns:
        Returns a reference to this object so that method calls can be chained together.