@Generated(value="software.amazon.awssdk:codegen") public final class GetSessionEmbedUrlRequest extends QuickSightRequest implements ToCopyableBuilder<GetSessionEmbedUrlRequest.Builder,GetSessionEmbedUrlRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSessionEmbedUrlRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.
|
static GetSessionEmbedUrlRequest.Builder |
builder() |
String |
entryPoint()
The URL you use to access the embedded session.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSessionEmbedUrlRequest.Builder> |
serializableBuilderClass() |
Long |
sessionLifetimeInMinutes()
How many minutes the session is valid.
|
GetSessionEmbedUrlRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHT identity type. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.
public final 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
/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
public final Long sessionLifetimeInMinutes()
How many minutes the session is valid. The session lifetime must be 15-600 minutes.
public final 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.
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.
public GetSessionEmbedUrlRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSessionEmbedUrlRequest.Builder,GetSessionEmbedUrlRequest>toBuilder in class QuickSightRequestpublic static GetSessionEmbedUrlRequest.Builder builder()
public static Class<? extends GetSessionEmbedUrlRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.