GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.additionalDashboardIds(String... additionalDashboardIds) |
A list of one or more dashboard IDs that you want anonymous users to have tempporary access to.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.additionalDashboardIds(Collection<String> additionalDashboardIds) |
A list of one or more dashboard IDs that you want anonymous users to have tempporary access to.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.awsAccountId(String awsAccountId) |
The ID for the Amazon Web Services account that contains the dashboard that you're embedding.
|
static GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.builder() |
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.dashboardId(String dashboardId) |
The ID for the dashboard, also added to the Identity and Access Management (IAM) policy.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.identityType(String identityType) |
The authentication method that the user uses to sign in.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.identityType(EmbeddingIdentityType identityType) |
The authentication method that the user uses to sign in.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.namespace(String namespace) |
The QuickSight namespace that contains the dashboard IDs in this request.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.resetDisabled(Boolean resetDisabled) |
Remove the reset button on the embedded dashboard.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.sessionLifetimeInMinutes(Long sessionLifetimeInMinutes) |
How many minutes the session is valid.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.statePersistenceEnabled(Boolean statePersistenceEnabled) |
Adds persistence of state for the user session in an embedded dashboard.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.toBuilder() |
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.undoRedoDisabled(Boolean undoRedoDisabled) |
Remove the undo/redo button on the embedded dashboard.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.userArn(String userArn) |
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type.
|