@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 AWS account associated with your 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 String awsAccountId()
The ID for the AWS account associated with your QuickSight subscription.
public 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
QuickSight console URL of the dashboard
/analyses/AnalysisId - where AnalysisId is the actual ID key from the
QuickSight console URL of the analysis
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId - where DashboardId is the actual ID key from
the QuickSight console URL of the dashboard
/analyses/AnalysisId - where AnalysisId is the actual ID key from the
QuickSight console URL of the analysis
public Long sessionLifetimeInMinutes()
How many minutes the session is valid. The session lifetime must be 15-600 minutes.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.