@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnonymousUserEmbeddingExperienceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.
| Constructor and Description |
|---|
AnonymousUserEmbeddingExperienceConfiguration() |
public AnonymousUserEmbeddingExperienceConfiguration()
public void setDashboard(AnonymousUserDashboardEmbeddingConfiguration dashboard)
The type of embedding experience. In this case, Amazon QuickSight dashboards.
dashboard - The type of embedding experience. In this case, Amazon QuickSight dashboards.public AnonymousUserDashboardEmbeddingConfiguration getDashboard()
The type of embedding experience. In this case, Amazon QuickSight dashboards.
public AnonymousUserEmbeddingExperienceConfiguration withDashboard(AnonymousUserDashboardEmbeddingConfiguration dashboard)
The type of embedding experience. In this case, Amazon QuickSight dashboards.
dashboard - The type of embedding experience. In this case, Amazon QuickSight dashboards.public void setDashboardVisual(AnonymousUserDashboardVisualEmbeddingConfiguration dashboardVisual)
The type of embedding experience. In this case, Amazon QuickSight visuals.
dashboardVisual - The type of embedding experience. In this case, Amazon QuickSight visuals.public AnonymousUserDashboardVisualEmbeddingConfiguration getDashboardVisual()
The type of embedding experience. In this case, Amazon QuickSight visuals.
public AnonymousUserEmbeddingExperienceConfiguration withDashboardVisual(AnonymousUserDashboardVisualEmbeddingConfiguration dashboardVisual)
The type of embedding experience. In this case, Amazon QuickSight visuals.
dashboardVisual - The type of embedding experience. In this case, Amazon QuickSight visuals.public void setQSearchBar(AnonymousUserQSearchBarEmbeddingConfiguration qSearchBar)
The Q search bar that you want to use for anonymous user embedding.
qSearchBar - The Q search bar that you want to use for anonymous user embedding.public AnonymousUserQSearchBarEmbeddingConfiguration getQSearchBar()
The Q search bar that you want to use for anonymous user embedding.
public AnonymousUserEmbeddingExperienceConfiguration withQSearchBar(AnonymousUserQSearchBarEmbeddingConfiguration qSearchBar)
The Q search bar that you want to use for anonymous user embedding.
qSearchBar - The Q search bar that you want to use for anonymous user embedding.public void setGenerativeQnA(AnonymousUserGenerativeQnAEmbeddingConfiguration generativeQnA)
The Generative Q&A experience that you want to use for anonymous user embedding.
generativeQnA - The Generative Q&A experience that you want to use for anonymous user embedding.public AnonymousUserGenerativeQnAEmbeddingConfiguration getGenerativeQnA()
The Generative Q&A experience that you want to use for anonymous user embedding.
public AnonymousUserEmbeddingExperienceConfiguration withGenerativeQnA(AnonymousUserGenerativeQnAEmbeddingConfiguration generativeQnA)
The Generative Q&A experience that you want to use for anonymous user embedding.
generativeQnA - The Generative Q&A experience that you want to use for anonymous user embedding.public String toString()
toString in class ObjectObject.toString()public AnonymousUserEmbeddingExperienceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.