@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisteredUserDashboardEmbeddingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Information about the dashboard you want to embed.
Constructor and Description |
---|
RegisteredUserDashboardEmbeddingConfiguration() |
Modifier and Type | Method and Description |
---|---|
RegisteredUserDashboardEmbeddingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getInitialDashboardId()
The dashboard ID for the dashboard that you want the user to see first.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInitialDashboardId(String initialDashboardId)
The dashboard ID for the dashboard that you want the user to see first.
|
String |
toString()
Returns a string representation of this object.
|
RegisteredUserDashboardEmbeddingConfiguration |
withInitialDashboardId(String initialDashboardId)
The dashboard ID for the dashboard that you want the user to see first.
|
public RegisteredUserDashboardEmbeddingConfiguration()
public void setInitialDashboardId(String initialDashboardId)
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
initialDashboardId
- The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output
URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has
permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
public String getInitialDashboardId()
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
If the user does not have permission to view this dashboard, they see a permissions error message.
public RegisteredUserDashboardEmbeddingConfiguration withInitialDashboardId(String initialDashboardId)
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
initialDashboardId
- The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output
URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has
permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
public String toString()
toString
in class Object
Object.toString()
public RegisteredUserDashboardEmbeddingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.