public static interface GetDashboardEmbedUrlRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<GetDashboardEmbedUrlRequest.Builder,GetDashboardEmbedUrlRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlRequest.Builder |
awsAccountId(String awsAccountId)
AWS account ID that contains the dashboard you are embedding.
|
GetDashboardEmbedUrlRequest.Builder |
dashboardId(String dashboardId)
The ID for the dashboard, also added to IAM policy
|
GetDashboardEmbedUrlRequest.Builder |
identityType(IdentityType identityType)
The authentication method the user uses to sign in (IAM or QUICKSIGHT).
|
GetDashboardEmbedUrlRequest.Builder |
identityType(String identityType)
The authentication method the user uses to sign in (IAM or QUICKSIGHT).
|
GetDashboardEmbedUrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDashboardEmbedUrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDashboardEmbedUrlRequest.Builder |
resetDisabled(Boolean resetDisabled)
Remove the reset button on embedded dashboard.
|
GetDashboardEmbedUrlRequest.Builder |
sessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid.
|
GetDashboardEmbedUrlRequest.Builder |
undoRedoDisabled(Boolean undoRedoDisabled)
Remove the undo/redo button on embedded dashboard.
|
buildoverrideConfigurationcopyapplyMutation, buildGetDashboardEmbedUrlRequest.Builder awsAccountId(String awsAccountId)
AWS account ID that contains the dashboard you are embedding.
awsAccountId - AWS account ID that contains the dashboard you are embedding.GetDashboardEmbedUrlRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard, also added to IAM policy
dashboardId - The ID for the dashboard, also added to IAM policyGetDashboardEmbedUrlRequest.Builder identityType(String identityType)
The authentication method the user uses to sign in (IAM or QUICKSIGHT).
identityType - The authentication method the user uses to sign in (IAM or QUICKSIGHT).IdentityType,
IdentityTypeGetDashboardEmbedUrlRequest.Builder identityType(IdentityType identityType)
The authentication method the user uses to sign in (IAM or QUICKSIGHT).
identityType - The authentication method the user uses to sign in (IAM or QUICKSIGHT).IdentityType,
IdentityTypeGetDashboardEmbedUrlRequest.Builder sessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid. The session lifetime must be between 15 and 600 minutes.
sessionLifetimeInMinutes - How many minutes the session is valid. The session lifetime must be between 15 and 600 minutes.GetDashboardEmbedUrlRequest.Builder undoRedoDisabled(Boolean undoRedoDisabled)
Remove the undo/redo button on embedded dashboard. The default is FALSE, which enables the undo/redo button.
undoRedoDisabled - Remove the undo/redo button on embedded dashboard. The default is FALSE, which enables the undo/redo
button.GetDashboardEmbedUrlRequest.Builder resetDisabled(Boolean resetDisabled)
Remove the reset button on embedded dashboard. The default is FALSE, which allows the reset button.
resetDisabled - Remove the reset button on embedded dashboard. The default is FALSE, which allows the reset button.GetDashboardEmbedUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetDashboardEmbedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.