public static interface GetDashboardEmbedUrlRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<GetDashboardEmbedUrlRequest.Builder,GetDashboardEmbedUrlRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlRequest.Builder |
additionalDashboardIds(Collection<String> additionalDashboardIds)
A list of one or more dashboard ids that you want to add to a session that includes anonymous authorizations.
|
GetDashboardEmbedUrlRequest.Builder |
additionalDashboardIds(String... additionalDashboardIds)
A list of one or more dashboard ids that you want to add to a session that includes anonymous authorizations.
|
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(EmbeddingIdentityType 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 |
namespace(String namespace)
The QuickSight namespace that contains the dashboard IDs in this request.
|
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 |
statePersistenceEnabled(Boolean statePersistenceEnabled)
Adds persistence of state for the user session in an embedded dashboard.
|
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.EmbeddingIdentityType,
EmbeddingIdentityTypeGetDashboardEmbedUrlRequest.Builder identityType(EmbeddingIdentityType identityType)
The authentication method that the user uses to sign in.
identityType - The authentication method that the user uses to sign in.EmbeddingIdentityType,
EmbeddingIdentityTypeGetDashboardEmbedUrlRequest.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 statePersistenceEnabled(Boolean statePersistenceEnabled)
Adds persistence of state for the user session in an embedded dashboard. Persistence applies to the sheet and
the parameter settings. These are control settings that the dashboard subscriber (QuickSight reader) chooses
while viewing the dashboard. If this is set to TRUE, the settings are the same when the the
subscriber reopens the same dashboard URL. The state is stored in QuickSight, not in a browser cookie. If
this is set to FALSE, the state of the user session is not persisted. The default is FALSE.
statePersistenceEnabled - Adds persistence of state for the user session in an embedded dashboard. Persistence applies to the
sheet and the parameter settings. These are control settings that the dashboard subscriber (QuickSight
reader) chooses while viewing the dashboard. If this is set to TRUE, the settings are the
same when the the subscriber reopens the same dashboard URL. The state is stored in QuickSight, not in
a browser cookie. If this is set to FALSE, the state of the user session is not persisted. The default
is FALSE.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.
Omit this parameter for users in the third group – IAM users and IAM role-based sessions.
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.
Omit this parameter for users in the third group – IAM users and IAM role-based sessions.
GetDashboardEmbedUrlRequest.Builder namespace(String namespace)
The QuickSight namespace that contains the dashboard IDs in this request. If you're not using a custom
namespace, set this to "default".
namespace - The QuickSight namespace that contains the dashboard IDs in this request. If you're not using a custom
namespace, set this to "default".GetDashboardEmbedUrlRequest.Builder additionalDashboardIds(Collection<String> additionalDashboardIds)
A list of one or more dashboard ids that you want to add to a session that includes anonymous authorizations.
IdentityType must be set to ANONYMOUS for this to work, because other identity types
authenticate as QuickSight users. For example, if you set "
--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS", the session
can access all three dashboards.
additionalDashboardIds - A list of one or more dashboard ids that you want to add to a session that includes anonymous
authorizations. IdentityType must be set to ANONYMOUS for this to work, because other
identity types authenticate as QuickSight users. For example, if you set "
--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS", the
session can access all three dashboards.GetDashboardEmbedUrlRequest.Builder additionalDashboardIds(String... additionalDashboardIds)
A list of one or more dashboard ids that you want to add to a session that includes anonymous authorizations.
IdentityType must be set to ANONYMOUS for this to work, because other identity types
authenticate as QuickSight users. For example, if you set "
--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS", the session
can access all three dashboards.
additionalDashboardIds - A list of one or more dashboard ids that you want to add to a session that includes anonymous
authorizations. IdentityType must be set to ANONYMOUS for this to work, because other
identity types authenticate as QuickSight users. For example, if you set "
--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS", the
session can access all three dashboards.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.