@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnonymousUserDashboardVisualEmbeddingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.
Constructor and Description |
---|
AnonymousUserDashboardVisualEmbeddingConfiguration() |
Modifier and Type | Method and Description |
---|---|
AnonymousUserDashboardVisualEmbeddingConfiguration |
clone() |
boolean |
equals(Object obj) |
DashboardVisualId |
getInitialDashboardVisualId()
The visual ID for the visual that you want the user to see.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInitialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to see.
|
String |
toString()
Returns a string representation of this object.
|
AnonymousUserDashboardVisualEmbeddingConfiguration |
withInitialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to see.
|
public AnonymousUserDashboardVisualEmbeddingConfiguration()
public void setInitialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail with
InvalidParameterValueException
.
initialDashboardVisualId
- The visual ID for the visual that you want the user to see. This ID is included in the output URL. When
the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail with
InvalidParameterValueException
.
public DashboardVisualId getInitialDashboardVisualId()
The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail with
InvalidParameterValueException
.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail with
InvalidParameterValueException
.
public AnonymousUserDashboardVisualEmbeddingConfiguration withInitialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail with
InvalidParameterValueException
.
initialDashboardVisualId
- The visual ID for the visual that you want the user to see. This ID is included in the output URL. When
the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail with
InvalidParameterValueException
.
public String toString()
toString
in class Object
Object.toString()
public AnonymousUserDashboardVisualEmbeddingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.