public static interface GetSessionEmbedUrlRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<GetSessionEmbedUrlRequest.Builder,GetSessionEmbedUrlRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSessionEmbedUrlRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.
|
GetSessionEmbedUrlRequest.Builder |
entryPoint(String entryPoint)
The URL you use to access the embedded session.
|
GetSessionEmbedUrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSessionEmbedUrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSessionEmbedUrlRequest.Builder |
sessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid.
|
GetSessionEmbedUrlRequest.Builder |
userArn(String userArn)
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHT identity type. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSessionEmbedUrlRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.
awsAccountId - The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.GetSessionEmbedUrlRequest.Builder entryPoint(String entryPoint)
The URL you use to access the embedded session. The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId - where DashboardId is the actual ID key from the
Amazon QuickSight console URL of the dashboard
/analyses/AnalysisId - where AnalysisId is the actual ID key from the
Amazon QuickSight console URL of the analysis
entryPoint - The URL you use to access the embedded session. The entry point URL is constrained to the following
paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId - where DashboardId is the actual ID key
from the Amazon QuickSight console URL of the dashboard
/analyses/AnalysisId - where AnalysisId is the actual ID key from
the Amazon QuickSight console URL of the analysis
GetSessionEmbedUrlRequest.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.GetSessionEmbedUrlRequest.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 type of Amazon QuickSight users in your account (readers, authors, or admins). They
need to be 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 type of Amazon QuickSight users in your account (readers, authors, or
admins). They need to be 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.
GetSessionEmbedUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSessionEmbedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.