@Generated(value="software.amazon.awssdk:codegen") public final class RegisteredUserQuickSightConsoleEmbeddingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,RegisteredUserQuickSightConsoleEmbeddingConfiguration>
Information about the Amazon QuickSight console that you want to embed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
RegisteredUserConsoleFeatureConfigurations |
featureConfigurations()
The embedding configuration of an embedded Amazon QuickSight console.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
initialPath()
The initial URL path for the Amazon QuickSight console.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder> |
serializableBuilderClass() |
RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 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 final RegisteredUserConsoleFeatureConfigurations featureConfigurations()
The embedding configuration of an embedded Amazon QuickSight console.
public RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder toBuilder()
public static RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder builder()
public static Class<? extends RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.