@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) |
RegisteredUserDashboardFeatureConfigurations |
getFeatureConfigurations()
The feature configurations of an embbedded Amazon QuickSight dashboard.
|
String |
getInitialDashboardId()
The dashboard ID for the dashboard that you want the user to see first.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFeatureConfigurations(RegisteredUserDashboardFeatureConfigurations featureConfigurations)
The feature configurations of an embbedded Amazon QuickSight dashboard.
|
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 |
withFeatureConfigurations(RegisteredUserDashboardFeatureConfigurations featureConfigurations)
The feature configurations of an embbedded Amazon QuickSight dashboard.
|
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 void setFeatureConfigurations(RegisteredUserDashboardFeatureConfigurations featureConfigurations)
The feature configurations of an embbedded Amazon QuickSight dashboard.
featureConfigurations
- The feature configurations of an embbedded Amazon QuickSight dashboard.public RegisteredUserDashboardFeatureConfigurations getFeatureConfigurations()
The feature configurations of an embbedded Amazon QuickSight dashboard.
public RegisteredUserDashboardEmbeddingConfiguration withFeatureConfigurations(RegisteredUserDashboardFeatureConfigurations featureConfigurations)
The feature configurations of an embbedded Amazon QuickSight dashboard.
featureConfigurations
- The feature configurations of an embbedded Amazon QuickSight dashboard.public String toString()
toString
in class Object
Object.toString()
public RegisteredUserDashboardEmbeddingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.