@Generated(value="software.amazon.awssdk:codegen") public final class RegisteredUserDashboardEmbeddingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegisteredUserDashboardEmbeddingConfiguration.Builder,RegisteredUserDashboardEmbeddingConfiguration>
Information about the dashboard you want to embed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisteredUserDashboardEmbeddingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisteredUserDashboardEmbeddingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
RegisteredUserDashboardFeatureConfigurations |
featureConfigurations()
The feature configurations of an embbedded Amazon QuickSight dashboard.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
initialDashboardId()
The dashboard ID for the dashboard that you want the user to see first.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisteredUserDashboardEmbeddingConfiguration.Builder> |
serializableBuilderClass() |
RegisteredUserDashboardEmbeddingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String initialDashboardId()
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
If the user does not have permission to view this dashboard, they see a permissions error message.
public final RegisteredUserDashboardFeatureConfigurations featureConfigurations()
The feature configurations of an embbedded Amazon QuickSight dashboard.
public RegisteredUserDashboardEmbeddingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisteredUserDashboardEmbeddingConfiguration.Builder,RegisteredUserDashboardEmbeddingConfiguration>public static RegisteredUserDashboardEmbeddingConfiguration.Builder builder()
public static Class<? extends RegisteredUserDashboardEmbeddingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.