Interface GenerateEmbedUrlForRegisteredUserRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GenerateEmbedUrlForRegisteredUserRequest.Builder,GenerateEmbedUrlForRegisteredUserRequest>, QuickSightRequest.Builder, SdkBuilder<GenerateEmbedUrlForRegisteredUserRequest.Builder,GenerateEmbedUrlForRegisteredUserRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GenerateEmbedUrlForRegisteredUserRequest

  • Method Details

    • 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

      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

      The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, or the entire Amazon QuickSight console.

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

      The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, or the entire Amazon QuickSight console.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to experienceConfiguration(RegisteredUserEmbeddingExperienceConfiguration).

      Parameters:
      experienceConfiguration - a consumer that will call methods on RegisteredUserEmbeddingExperienceConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 Amazon 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 Amazon 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 Amazon 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 Amazon 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.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.