public static interface GetDashboardEmbedUrlRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<GetDashboardEmbedUrlRequest.Builder,GetDashboardEmbedUrlRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that contains the dashboard that you're embedding.
|
GetDashboardEmbedUrlRequest.Builder |
dashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
|
GetDashboardEmbedUrlRequest.Builder |
identityType(IdentityType identityType)
The authentication method that the user uses to sign in.
|
GetDashboardEmbedUrlRequest.Builder |
identityType(String identityType)
The authentication method that the user uses to sign in.
|
GetDashboardEmbedUrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDashboardEmbedUrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDashboardEmbedUrlRequest.Builder |
resetDisabled(Boolean resetDisabled)
Remove the reset button on the 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 the embedded dashboard.
|
GetDashboardEmbedUrlRequest.Builder |
userArn(String userArn)
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHT identity type. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDashboardEmbedUrlRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that contains the dashboard that you're embedding.
awsAccountId - The ID for the AWS account that contains the dashboard that you're embedding.GetDashboardEmbedUrlRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
dashboardId - The ID for the dashboard, also added to the IAM policy.GetDashboardEmbedUrlRequest.Builder identityType(String identityType)
The authentication method that the user uses to sign in.
identityType - The authentication method that the user uses to sign in.IdentityType,
IdentityTypeGetDashboardEmbedUrlRequest.Builder identityType(IdentityType identityType)
The authentication method that the user uses to sign in.
identityType - The authentication method that the user uses to sign in.IdentityType,
IdentityTypeGetDashboardEmbedUrlRequest.Builder sessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid. The session lifetime must be 15-600 minutes.
sessionLifetimeInMinutes - How many minutes the session is valid. The session lifetime must be 15-600 minutes.GetDashboardEmbedUrlRequest.Builder undoRedoDisabled(Boolean undoRedoDisabled)
Remove the undo/redo button on the embedded dashboard. The default is FALSE, which enables the undo/redo button.
undoRedoDisabled - Remove the undo/redo button on the embedded dashboard. The default is FALSE, which enables the
undo/redo button.GetDashboardEmbedUrlRequest.Builder resetDisabled(Boolean resetDisabled)
Remove the reset button on the embedded dashboard. The default is FALSE, which enables the reset button.
resetDisabled - Remove the reset button on the embedded dashboard. The default is FALSE, which enables the reset
button.GetDashboardEmbedUrlRequest.Builder userArn(String userArn)
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type.
You can use this for any Amazon QuickSight users in your account (readers, authors, or admins) authenticated
as one of the following:
Active Directory (AD) users or group members
Invited nonfederated users
IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation.
userArn - The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity
type. You can use this for any Amazon QuickSight users in your account (readers, authors, or admins)
authenticated as one of the following:
Active Directory (AD) users or group members
Invited nonfederated users
IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation.
GetDashboardEmbedUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDashboardEmbedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.