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 only).
|
GetDashboardEmbedUrlRequest.Builder |
identityType(String identityType)
The authentication method the user uses to sign in (IAM only).
|
GetDashboardEmbedUrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDashboardEmbedUrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
GetDashboardEmbedUrlRequest.Builder |
userArn(String userArn)
The Amazon QuickSight user's ARN, for use with
QUICKSIGHT identity type. |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDashboardEmbedUrlRequest.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
,
IdentityType
GetDashboardEmbedUrlRequest.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
,
IdentityType
GetDashboardEmbedUrlRequest.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 userArn(String userArn)
The Amazon QuickSight user's ARN, for use with QUICKSIGHT
identity type. You can use this for
any of the following:
Amazon QuickSight users in your account (readers, authors, or admins)
AD users
Invited non-federated users
Federated IAM users
Federated IAM role-based sessions
userArn
- The Amazon QuickSight user's ARN, for use with QUICKSIGHT
identity type. You can use this
for any of the following:
Amazon QuickSight users in your account (readers, authors, or admins)
AD users
Invited non-federated users
Federated IAM users
Federated IAM role-based sessions
GetDashboardEmbedUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetDashboardEmbedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.