Class GetSessionEmbedUrlRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.quicksight.model.QuickSightRequest
-
- software.amazon.awssdk.services.quicksight.model.GetSessionEmbedUrlRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetSessionEmbedUrlRequest.Builder,GetSessionEmbedUrlRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetSessionEmbedUrlRequest extends QuickSightRequest implements ToCopyableBuilder<GetSessionEmbedUrlRequest.Builder,GetSessionEmbedUrlRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSessionEmbedUrlRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsAccountId()The ID for the Amazon Web Services account associated with your QuickSight subscription.static GetSessionEmbedUrlRequest.Builderbuilder()StringentryPoint()The URL you use to access the embedded session.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetSessionEmbedUrlRequest.Builder>serializableBuilderClass()LongsessionLifetimeInMinutes()How many minutes the session is valid.GetSessionEmbedUrlRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserArn()The Amazon QuickSight user's Amazon Resource Name (ARN), for use withQUICKSIGHTidentity type.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
awsAccountId
public final String awsAccountId()
The ID for the Amazon Web Services account associated with your QuickSight subscription.
- Returns:
- The ID for the Amazon Web Services account associated with your QuickSight subscription.
-
entryPoint
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- whereDashboardIdis the actual ID key from the QuickSight console URL of the dashboard -
/analyses/AnalysisId- whereAnalysisIdis the actual ID key from the QuickSight console URL of the analysis
- Returns:
- 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- whereDashboardIdis the actual ID key from the QuickSight console URL of the dashboard -
/analyses/AnalysisId- whereAnalysisIdis the actual ID key from the QuickSight console URL of the analysis
-
-
-
sessionLifetimeInMinutes
public final Long sessionLifetimeInMinutes()
How many minutes the session is valid. The session lifetime must be 15-600 minutes.
- Returns:
- How many minutes the session is valid. The session lifetime must be 15-600 minutes.
-
userArn
public final String userArn()
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHTidentity 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.
- Returns:
- The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHTidentity 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.
-
-
-
toBuilder
public GetSessionEmbedUrlRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSessionEmbedUrlRequest.Builder,GetSessionEmbedUrlRequest>- Specified by:
toBuilderin classQuickSightRequest
-
builder
public static GetSessionEmbedUrlRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSessionEmbedUrlRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-