@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateEmbedUrlForRegisteredUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GenerateEmbedUrlForRegisteredUserRequest() |
Modifier and Type | Method and Description |
---|---|
GenerateEmbedUrlForRegisteredUserRequest |
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 Amazon Web Services account that contains the dashboard that you're embedding.
|
RegisteredUserEmbeddingExperienceConfiguration |
getExperienceConfiguration()
The experience you are embedding.
|
Long |
getSessionLifetimeInMinutes()
How many minutes the session is valid.
|
String |
getUserArn()
The Amazon Resource Name for the registered user.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the dashboard that you're embedding.
|
void |
setExperienceConfiguration(RegisteredUserEmbeddingExperienceConfiguration experienceConfiguration)
The experience you are embedding.
|
void |
setSessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid.
|
void |
setUserArn(String userArn)
The Amazon Resource Name for the registered user.
|
String |
toString()
Returns a string representation of this object.
|
GenerateEmbedUrlForRegisteredUserRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the dashboard that you're embedding.
|
GenerateEmbedUrlForRegisteredUserRequest |
withExperienceConfiguration(RegisteredUserEmbeddingExperienceConfiguration experienceConfiguration)
The experience you are embedding.
|
GenerateEmbedUrlForRegisteredUserRequest |
withSessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid.
|
GenerateEmbedUrlForRegisteredUserRequest |
withUserArn(String userArn)
The Amazon Resource Name for the registered user.
|
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 GenerateEmbedUrlForRegisteredUserRequest()
public void setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the dashboard that you're embedding.
awsAccountId
- The ID for the Amazon Web Services account that contains the dashboard that you're embedding.public String getAwsAccountId()
The ID for the Amazon Web Services account that contains the dashboard that you're embedding.
public GenerateEmbedUrlForRegisteredUserRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the dashboard that you're embedding.
awsAccountId
- The ID for the Amazon Web Services account that contains the dashboard that you're embedding.public void setSessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.
sessionLifetimeInMinutes
- How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.public Long getSessionLifetimeInMinutes()
How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.
public GenerateEmbedUrlForRegisteredUserRequest withSessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.
sessionLifetimeInMinutes
- How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.public void setUserArn(String userArn)
The Amazon Resource Name for the registered user.
userArn
- The Amazon Resource Name for the registered user.public String getUserArn()
The Amazon Resource Name for the registered user.
public GenerateEmbedUrlForRegisteredUserRequest withUserArn(String userArn)
The Amazon Resource Name for the registered user.
userArn
- The Amazon Resource Name for the registered user.public void setExperienceConfiguration(RegisteredUserEmbeddingExperienceConfiguration experienceConfiguration)
The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards or the entire Amazon QuickSight console.
experienceConfiguration
- The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards or the
entire Amazon QuickSight console.public RegisteredUserEmbeddingExperienceConfiguration getExperienceConfiguration()
The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards or the entire Amazon QuickSight console.
public GenerateEmbedUrlForRegisteredUserRequest withExperienceConfiguration(RegisteredUserEmbeddingExperienceConfiguration experienceConfiguration)
The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards or the entire Amazon QuickSight console.
experienceConfiguration
- The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards or the
entire Amazon QuickSight console.public String toString()
toString
in class Object
Object.toString()
public GenerateEmbedUrlForRegisteredUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()