@Generated(value="software.amazon.awssdk:codegen") public final class DashboardVisualId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashboardVisualId.Builder,DashboardVisualId>
A structure that contains the following elements:
The DashboardId of the dashboard that has the visual that you want to embed.
The SheetId of the sheet that has the visual that you want to embed.
The VisualId of the visual that you want to embed.
The DashboardId, SheetId, and VisualId can be found in the
IDs for developers section of the Embed visual pane of the visual's on-visual menu of the
Amazon QuickSight console. You can also get the DashboardId with a ListDashboards API
operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DashboardVisualId.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DashboardVisualId.Builder |
builder() |
String |
dashboardId()
The ID of the dashboard that has the visual that you want to embed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DashboardVisualId.Builder> |
serializableBuilderClass() |
String |
sheetId()
The ID of the sheet that the has visual that you want to embed.
|
DashboardVisualId.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
visualId()
The ID of the visual that you want to embed.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dashboardId()
The ID of the dashboard that has the visual that you want to embed. The DashboardId can be found in
the IDs for developers section of the Embed visual pane of the visual's on-visual menu
of the Amazon QuickSight console. You can also get the DashboardId with a
ListDashboards API operation.
DashboardId can be
found in the IDs for developers section of the Embed visual pane of the
visual's on-visual menu of the Amazon QuickSight console. You can also get the DashboardId
with a ListDashboards API operation.public final String sheetId()
The ID of the sheet that the has visual that you want to embed. The SheetId can be found in the
IDs for developers section of the Embed visual pane of the visual's on-visual menu of
the Amazon QuickSight console.
SheetId can be found in
the IDs for developers section of the Embed visual pane of the visual's
on-visual menu of the Amazon QuickSight console.public final String visualId()
The ID of the visual that you want to embed. The VisualID can be found in the
IDs for developers section of the Embed visual pane of the visual's on-visual menu of
the Amazon QuickSight console.
VisualID can be found in the
IDs for developers section of the Embed visual pane of the visual's on-visual
menu of the Amazon QuickSight console.public DashboardVisualId.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DashboardVisualId.Builder,DashboardVisualId>public static DashboardVisualId.Builder builder()
public static Class<? extends DashboardVisualId.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.