@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSessionEmbedUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSessionEmbedUrlRequest() |
Modifier and Type | Method and Description |
---|---|
GetSessionEmbedUrlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the AWS account that contains the QuickSight session that you're embedding.
|
String |
getEntryPoint()
The entry point for the embedded session.
|
Long |
getSessionLifetimeInMinutes()
How many minutes the session is valid.
|
String |
getUserArn()
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHT identity type. |
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight session that you're embedding.
|
void |
setEntryPoint(String entryPoint)
The entry point for the embedded session.
|
void |
setSessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid.
|
void |
setUserArn(String userArn)
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHT identity type. |
String |
toString()
Returns a string representation of this object.
|
GetSessionEmbedUrlRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight session that you're embedding.
|
GetSessionEmbedUrlRequest |
withEntryPoint(String entryPoint)
The entry point for the embedded session.
|
GetSessionEmbedUrlRequest |
withSessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid.
|
GetSessionEmbedUrlRequest |
withUserArn(String userArn)
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHT identity type. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight session that you're embedding.
awsAccountId
- The ID for the AWS account that contains the QuickSight session that you're embedding.public String getAwsAccountId()
The ID for the AWS account that contains the QuickSight session that you're embedding.
public GetSessionEmbedUrlRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight session that you're embedding.
awsAccountId
- The ID for the AWS account that contains the QuickSight session that you're embedding.public void setEntryPoint(String entryPoint)
The entry point for the embedded session.
entryPoint
- The entry point for the embedded session.public String getEntryPoint()
The entry point for the embedded session.
public GetSessionEmbedUrlRequest withEntryPoint(String entryPoint)
The entry point for the embedded session.
entryPoint
- The entry point for the embedded session.public void setSessionLifetimeInMinutes(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.public Long getSessionLifetimeInMinutes()
How many minutes the session is valid. The session lifetime must be 15-600 minutes.
public GetSessionEmbedUrlRequest withSessionLifetimeInMinutes(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.public void setUserArn(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.
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.
public String getUserArn()
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.
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.
public GetSessionEmbedUrlRequest withUserArn(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.
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.
public String toString()
toString
in class Object
Object.toString()
public GetSessionEmbedUrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()