Interface RegisteredUserDashboardVisualEmbeddingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredUserDashboardVisualEmbeddingConfiguration.Builder,RegisteredUserDashboardVisualEmbeddingConfiguration>,SdkBuilder<RegisteredUserDashboardVisualEmbeddingConfiguration.Builder,RegisteredUserDashboardVisualEmbeddingConfiguration>,SdkPojo
- Enclosing class:
- RegisteredUserDashboardVisualEmbeddingConfiguration
public static interface RegisteredUserDashboardVisualEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<RegisteredUserDashboardVisualEmbeddingConfiguration.Builder,RegisteredUserDashboardVisualEmbeddingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RegisteredUserDashboardVisualEmbeddingConfiguration.BuilderinitialDashboardVisualId(Consumer<DashboardVisualId.Builder> initialDashboardVisualId)The visual ID for the visual that you want the user to embed.RegisteredUserDashboardVisualEmbeddingConfiguration.BuilderinitialDashboardVisualId(DashboardVisualId initialDashboardVisualId)The visual ID for the visual that you want the user to embed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
initialDashboardVisualId
RegisteredUserDashboardVisualEmbeddingConfiguration.Builder initialDashboardVisualId(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
AuthorizedResourceArnsparameter. Otherwise, the request will fail withInvalidParameterValueException.- Parameters:
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
AuthorizedResourceArnsparameter. Otherwise, the request will fail withInvalidParameterValueException.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initialDashboardVisualId
default RegisteredUserDashboardVisualEmbeddingConfiguration.Builder initialDashboardVisualId(Consumer<DashboardVisualId.Builder> 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
This is a convenience method that creates an instance of theAuthorizedResourceArnsparameter. Otherwise, the request will fail withInvalidParameterValueException.DashboardVisualId.Builderavoiding the need to create one manually viaDashboardVisualId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinitialDashboardVisualId(DashboardVisualId).- Parameters:
initialDashboardVisualId- a consumer that will call methods onDashboardVisualId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
initialDashboardVisualId(DashboardVisualId)
-
-