public static interface GetDashboardEmbedUrlRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<GetDashboardEmbedUrlRequest.Builder,GetDashboardEmbedUrlRequest>
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 only).
identityType - The authentication method the user uses to sign in (IAM only).IdentityType,
IdentityTypeGetDashboardEmbedUrlRequest.Builder identityType(IdentityType identityType)
The authentication method the user uses to sign in (IAM only).
identityType - The authentication method the user uses to sign in (IAM only).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)
overrideConfiguration in interface AwsRequest.BuilderGetDashboardEmbedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.