@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 String toString()
toString
in class Object
Object.toString()
public AnonymousUserEmbeddingExperienceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.