@Generated(value="software.amazon.awssdk:codegen") public final class RegisteredUserDashboardVisualEmbeddingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegisteredUserDashboardVisualEmbeddingConfiguration.Builder,RegisteredUserDashboardVisualEmbeddingConfiguration>
The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisteredUserDashboardVisualEmbeddingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisteredUserDashboardVisualEmbeddingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DashboardVisualId |
initialDashboardVisualId()
The visual ID for the visual that you want the user to embed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisteredUserDashboardVisualEmbeddingConfiguration.Builder> |
serializableBuilderClass() |
RegisteredUserDashboardVisualEmbeddingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DashboardVisualId initialDashboardVisualId()
The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns parameter. Otherwise, the request will fail with
InvalidParameterValueException.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns parameter. Otherwise, the request will fail with
InvalidParameterValueException.
public RegisteredUserDashboardVisualEmbeddingConfiguration.Builder toBuilder()
public static RegisteredUserDashboardVisualEmbeddingConfiguration.Builder builder()
public static Class<? extends RegisteredUserDashboardVisualEmbeddingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.