@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisteredUserEmbeddingExperienceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The type of experience you want to embed. For registered users, you can embed an Amazon QuickSight dashboard or the Amazon QuickSight console.
Exactly one of the experience configurations is required. You can choose Dashboard or
QuickSightConsole. You cannot choose more than one experience configuraton.
| Constructor and Description |
|---|
RegisteredUserEmbeddingExperienceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RegisteredUserEmbeddingExperienceConfiguration |
clone() |
boolean |
equals(Object obj) |
RegisteredUserDashboardEmbeddingConfiguration |
getDashboard()
The configuration details for providing a dashboard embedding experience.
|
RegisteredUserQuickSightConsoleEmbeddingConfiguration |
getQuickSightConsole()
The configuration details for providing an Amazon QuickSight console embedding experience.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDashboard(RegisteredUserDashboardEmbeddingConfiguration dashboard)
The configuration details for providing a dashboard embedding experience.
|
void |
setQuickSightConsole(RegisteredUserQuickSightConsoleEmbeddingConfiguration quickSightConsole)
The configuration details for providing an Amazon QuickSight console embedding experience.
|
String |
toString()
Returns a string representation of this object.
|
RegisteredUserEmbeddingExperienceConfiguration |
withDashboard(RegisteredUserDashboardEmbeddingConfiguration dashboard)
The configuration details for providing a dashboard embedding experience.
|
RegisteredUserEmbeddingExperienceConfiguration |
withQuickSightConsole(RegisteredUserQuickSightConsoleEmbeddingConfiguration quickSightConsole)
The configuration details for providing an Amazon QuickSight console embedding experience.
|
public RegisteredUserEmbeddingExperienceConfiguration()
public void setDashboard(RegisteredUserDashboardEmbeddingConfiguration dashboard)
The configuration details for providing a dashboard embedding experience.
dashboard - The configuration details for providing a dashboard embedding experience.public RegisteredUserDashboardEmbeddingConfiguration getDashboard()
The configuration details for providing a dashboard embedding experience.
public RegisteredUserEmbeddingExperienceConfiguration withDashboard(RegisteredUserDashboardEmbeddingConfiguration dashboard)
The configuration details for providing a dashboard embedding experience.
dashboard - The configuration details for providing a dashboard embedding experience.public void setQuickSightConsole(RegisteredUserQuickSightConsoleEmbeddingConfiguration quickSightConsole)
The configuration details for providing an Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.
Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows
users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon
QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to
some of these features, add a custom permissions profile to the user with the UpdateUser
API operation. Use RegisterUser API operation to add a new user with a custom permission
profile attached. For more information, see the following sections in the Amazon QuickSight User Guide:
For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
quickSightConsole - The configuration details for providing an Amazon QuickSight console embedding experience. This can be
used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.
Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that
allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an
embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to
restrict permissions to some of these features, add a custom permissions profile to the user with the
UpdateUser API operation. Use RegisterUser API operation to
add a new user with a custom permission profile attached. For more information, see the following sections
in the Amazon QuickSight User Guide:
For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
public RegisteredUserQuickSightConsoleEmbeddingConfiguration getQuickSightConsole()
The configuration details for providing an Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.
Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows
users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon
QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to
some of these features, add a custom permissions profile to the user with the UpdateUser
API operation. Use RegisterUser API operation to add a new user with a custom permission
profile attached. For more information, see the following sections in the Amazon QuickSight User Guide:
For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that
allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an
embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to
restrict permissions to some of these features, add a custom permissions profile to the user with the
UpdateUser API operation. Use RegisterUser API operation to
add a new user with a custom permission profile attached. For more information, see the following
sections in the Amazon QuickSight User Guide:
For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
public RegisteredUserEmbeddingExperienceConfiguration withQuickSightConsole(RegisteredUserQuickSightConsoleEmbeddingConfiguration quickSightConsole)
The configuration details for providing an Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.
Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows
users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon
QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to
some of these features, add a custom permissions profile to the user with the UpdateUser
API operation. Use RegisterUser API operation to add a new user with a custom permission
profile attached. For more information, see the following sections in the Amazon QuickSight User Guide:
For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
quickSightConsole - The configuration details for providing an Amazon QuickSight console embedding experience. This can be
used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.
Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that
allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an
embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to
restrict permissions to some of these features, add a custom permissions profile to the user with the
UpdateUser API operation. Use RegisterUser API operation to
add a new user with a custom permission profile attached. For more information, see the following sections
in the Amazon QuickSight User Guide:
For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
public String toString()
toString in class ObjectObject.toString()public RegisteredUserEmbeddingExperienceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.