@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) |
List<String> |
getAllowedDomains()
The domains that you want to add to the allow list for access to the generated URL that is then embedded.
|
String |
getAwsAccountId()
The ID for the Amazon Web Services account that contains the dashboard that you're embedding.
|
RegisteredUserEmbeddingExperienceConfiguration |
getExperienceConfiguration()
The experience that you want to embed.
|
Long |
getSessionLifetimeInMinutes()
How many minutes the session is valid.
|
String |
getUserArn()
The Amazon Resource Name for the registered user.
|
int |
hashCode() |
void |
setAllowedDomains(Collection<String> allowedDomains)
The domains that you want to add to the allow list for access to the generated URL that is then embedded.
|
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 that you want to embed.
|
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 |
withAllowedDomains(Collection<String> allowedDomains)
The domains that you want to add to the allow list for access to the generated URL that is then embedded.
|
GenerateEmbedUrlForRegisteredUserRequest |
withAllowedDomains(String... allowedDomains)
The domains that you want to add to the allow list for access to the generated URL that is then embedded.
|
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 that you want to embed.
|
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 that you want to embed. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, the Amazon QuickSight Generative Q&A experience, or the entire Amazon QuickSight console.
experienceConfiguration
- The experience that you want to embed. For registered users, you can embed Amazon QuickSight dashboards,
Amazon QuickSight visuals, the Amazon QuickSight Q search bar, the Amazon QuickSight Generative Q&A
experience, or the entire Amazon QuickSight console.public RegisteredUserEmbeddingExperienceConfiguration getExperienceConfiguration()
The experience that you want to embed. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, the Amazon QuickSight Generative Q&A experience, or the entire Amazon QuickSight console.
public GenerateEmbedUrlForRegisteredUserRequest withExperienceConfiguration(RegisteredUserEmbeddingExperienceConfiguration experienceConfiguration)
The experience that you want to embed. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, the Amazon QuickSight Generative Q&A experience, or the entire Amazon QuickSight console.
experienceConfiguration
- The experience that you want to embed. For registered users, you can embed Amazon QuickSight dashboards,
Amazon QuickSight visuals, the Amazon QuickSight Q search bar, the Amazon QuickSight Generative Q&A
experience, or the entire Amazon QuickSight console.public List<String> getAllowedDomains()
The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.
To include all subdomains under a specific domain to the allow list, use *
. For example,
https://*.sapp.amazon.com
includes all subdomains under https://sapp.amazon.com
.
To include all subdomains under a specific domain to the allow list, use *
. For example,
https://*.sapp.amazon.com
includes all subdomains under https://sapp.amazon.com
.
public void setAllowedDomains(Collection<String> allowedDomains)
The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.
To include all subdomains under a specific domain to the allow list, use *
. For example,
https://*.sapp.amazon.com
includes all subdomains under https://sapp.amazon.com
.
allowedDomains
- The domains that you want to add to the allow list for access to the generated URL that is then embedded.
This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in
the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You
can list up to three domains or subdomains in each API call.
To include all subdomains under a specific domain to the allow list, use *
. For example,
https://*.sapp.amazon.com
includes all subdomains under https://sapp.amazon.com
.
public GenerateEmbedUrlForRegisteredUserRequest withAllowedDomains(String... allowedDomains)
The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.
To include all subdomains under a specific domain to the allow list, use *
. For example,
https://*.sapp.amazon.com
includes all subdomains under https://sapp.amazon.com
.
NOTE: This method appends the values to the existing list (if any). Use
setAllowedDomains(java.util.Collection)
or withAllowedDomains(java.util.Collection)
if you want
to override the existing values.
allowedDomains
- The domains that you want to add to the allow list for access to the generated URL that is then embedded.
This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in
the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You
can list up to three domains or subdomains in each API call.
To include all subdomains under a specific domain to the allow list, use *
. For example,
https://*.sapp.amazon.com
includes all subdomains under https://sapp.amazon.com
.
public GenerateEmbedUrlForRegisteredUserRequest withAllowedDomains(Collection<String> allowedDomains)
The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.
To include all subdomains under a specific domain to the allow list, use *
. For example,
https://*.sapp.amazon.com
includes all subdomains under https://sapp.amazon.com
.
allowedDomains
- The domains that you want to add to the allow list for access to the generated URL that is then embedded.
This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in
the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You
can list up to three domains or subdomains in each API call.
To include all subdomains under a specific domain to the allow list, use *
. For example,
https://*.sapp.amazon.com
includes all subdomains under https://sapp.amazon.com
.
public String toString()
toString
in class Object
Object.toString()
public GenerateEmbedUrlForRegisteredUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()