@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisteredUserQuickSightConsoleEmbeddingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Information about the Amazon QuickSight console that you want to embed.
Constructor and Description |
---|
RegisteredUserQuickSightConsoleEmbeddingConfiguration() |
Modifier and Type | Method and Description |
---|---|
RegisteredUserQuickSightConsoleEmbeddingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getInitialPath()
The initial URL path for the Amazon QuickSight console.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInitialPath(String initialPath)
The initial URL path for the Amazon QuickSight console.
|
String |
toString()
Returns a string representation of this object.
|
RegisteredUserQuickSightConsoleEmbeddingConfiguration |
withInitialPath(String initialPath)
The initial URL path for the Amazon QuickSight console.
|
public RegisteredUserQuickSightConsoleEmbeddingConfiguration()
public void setInitialPath(String initialPath)
The initial URL path for the Amazon QuickSight console. InitialPath
is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId
. DashboardId is the actual ID key from the Amazon QuickSight console
URL of the dashboard.
/analyses/AnalysisId
. AnalysisId is the actual ID key from the Amazon QuickSight console URL
of the analysis.
initialPath
- The initial URL path for the Amazon QuickSight console. InitialPath
is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId
. DashboardId is the actual ID key from the Amazon QuickSight
console URL of the dashboard.
/analyses/AnalysisId
. AnalysisId is the actual ID key from the Amazon QuickSight
console URL of the analysis.
public String getInitialPath()
The initial URL path for the Amazon QuickSight console. InitialPath
is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId
. DashboardId is the actual ID key from the Amazon QuickSight console
URL of the dashboard.
/analyses/AnalysisId
. AnalysisId is the actual ID key from the Amazon QuickSight console URL
of the analysis.
InitialPath
is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId
. DashboardId is the actual ID key from the Amazon QuickSight
console URL of the dashboard.
/analyses/AnalysisId
. AnalysisId is the actual ID key from the Amazon QuickSight
console URL of the analysis.
public RegisteredUserQuickSightConsoleEmbeddingConfiguration withInitialPath(String initialPath)
The initial URL path for the Amazon QuickSight console. InitialPath
is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId
. DashboardId is the actual ID key from the Amazon QuickSight console
URL of the dashboard.
/analyses/AnalysisId
. AnalysisId is the actual ID key from the Amazon QuickSight console URL
of the analysis.
initialPath
- The initial URL path for the Amazon QuickSight console. InitialPath
is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId
. DashboardId is the actual ID key from the Amazon QuickSight
console URL of the dashboard.
/analyses/AnalysisId
. AnalysisId is the actual ID key from the Amazon QuickSight
console URL of the analysis.
public String toString()
toString
in class Object
Object.toString()
public RegisteredUserQuickSightConsoleEmbeddingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.