Class RegisteredUserQuickSightConsoleEmbeddingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.RegisteredUserQuickSightConsoleEmbeddingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,RegisteredUserQuickSightConsoleEmbeddingConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class RegisteredUserQuickSightConsoleEmbeddingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,RegisteredUserQuickSightConsoleEmbeddingConfiguration>
Information about the QuickSight console that you want to embed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)RegisteredUserConsoleFeatureConfigurationsfeatureConfigurations()The embedding configuration of an embedded QuickSight console.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinitialPath()The initial URL path for the QuickSight console.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder>serializableBuilderClass()RegisteredUserQuickSightConsoleEmbeddingConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
initialPath
public final String initialPath()
The initial URL path for the QuickSight console.
InitialPathis 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 QuickSight console URL of the dashboard. -
/analyses/AnalysisId. AnalysisId is the actual ID key from the QuickSight console URL of the analysis.
- Returns:
- The initial URL path for the QuickSight console.
InitialPathis 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 QuickSight console URL of the dashboard. -
/analyses/AnalysisId. AnalysisId is the actual ID key from the QuickSight console URL of the analysis.
-
-
-
featureConfigurations
public final RegisteredUserConsoleFeatureConfigurations featureConfigurations()
The embedding configuration of an embedded QuickSight console.
- Returns:
- The embedding configuration of an embedded QuickSight console.
-
toBuilder
public RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder toBuilder()
-
builder
public static RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-