| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomContentConfiguration.Builder |
CustomContentConfiguration.builder() |
CustomContentConfiguration.Builder |
CustomContentConfiguration.Builder.contentType(CustomContentType contentType)
The content type of the custom content visual.
|
CustomContentConfiguration.Builder |
CustomContentConfiguration.Builder.contentType(String contentType)
The content type of the custom content visual.
|
CustomContentConfiguration.Builder |
CustomContentConfiguration.Builder.contentUrl(String contentUrl)
The input URL that links to the custom content that you want in the custom visual.
|
CustomContentConfiguration.Builder |
CustomContentConfiguration.Builder.imageScaling(CustomContentImageScalingConfiguration imageScaling)
The sizing options for the size of the custom content visual.
|
CustomContentConfiguration.Builder |
CustomContentConfiguration.Builder.imageScaling(String imageScaling)
The sizing options for the size of the custom content visual.
|
CustomContentConfiguration.Builder |
CustomContentConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomContentConfiguration.Builder> |
CustomContentConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CustomContentVisual.Builder |
CustomContentVisual.Builder.chartConfiguration(Consumer<CustomContentConfiguration.Builder> chartConfiguration)
The configuration of a
CustomContentVisual. |
Copyright © 2023. All rights reserved.