public static interface GenerateEmbedUrlForRegisteredUserRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<GenerateEmbedUrlForRegisteredUserRequest.Builder,GenerateEmbedUrlForRegisteredUserRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateEmbedUrlForRegisteredUserRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the dashboard that you're embedding.
awsAccountId - The ID for the Amazon Web Services account that contains the dashboard that you're embedding.GenerateEmbedUrlForRegisteredUserRequest.Builder sessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.
sessionLifetimeInMinutes - How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.GenerateEmbedUrlForRegisteredUserRequest.Builder userArn(String userArn)
The Amazon Resource Name for the registered user.
userArn - The Amazon Resource Name for the registered user.GenerateEmbedUrlForRegisteredUserRequest.Builder experienceConfiguration(RegisteredUserEmbeddingExperienceConfiguration 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.
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.default GenerateEmbedUrlForRegisteredUserRequest.Builder experienceConfiguration(Consumer<RegisteredUserEmbeddingExperienceConfiguration.Builder> 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 theRegisteredUserEmbeddingExperienceConfiguration.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).
experienceConfiguration - a consumer that will call methods on RegisteredUserEmbeddingExperienceConfiguration.BuilderexperienceConfiguration(RegisteredUserEmbeddingExperienceConfiguration)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 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.
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.
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.
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.
GenerateEmbedUrlForRegisteredUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGenerateEmbedUrlForRegisteredUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.