@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) |
RegisteredUserConsoleFeatureConfigurations |
getFeatureConfigurations()
The embedding configuration of an embedded Amazon QuickSight console.
|
String |
getInitialPath()
The initial URL path for the Amazon QuickSight console.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFeatureConfigurations(RegisteredUserConsoleFeatureConfigurations featureConfigurations)
The embedding configuration of an embedded Amazon QuickSight console.
|
void |
setInitialPath(String initialPath)
The initial URL path for the Amazon QuickSight console.
|
String |
toString()
Returns a string representation of this object.
|
RegisteredUserQuickSightConsoleEmbeddingConfiguration |
withFeatureConfigurations(RegisteredUserConsoleFeatureConfigurations featureConfigurations)
The embedding configuration of an embedded Amazon QuickSight console.
|
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 void setFeatureConfigurations(RegisteredUserConsoleFeatureConfigurations featureConfigurations)
The embedding configuration of an embedded Amazon QuickSight console.
featureConfigurations
- The embedding configuration of an embedded Amazon QuickSight console.public RegisteredUserConsoleFeatureConfigurations getFeatureConfigurations()
The embedding configuration of an embedded Amazon QuickSight console.
public RegisteredUserQuickSightConsoleEmbeddingConfiguration withFeatureConfigurations(RegisteredUserConsoleFeatureConfigurations featureConfigurations)
The embedding configuration of an embedded Amazon QuickSight console.
featureConfigurations
- The embedding configuration of an embedded Amazon QuickSight console.public String toString()
toString
in class Object
Object.toString()
public RegisteredUserQuickSightConsoleEmbeddingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.