Interface LayerMapVisual.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LayerMapVisual.Builder,
,LayerMapVisual> SdkBuilder<LayerMapVisual.Builder,
,LayerMapVisual> SdkPojo
- Enclosing class:
LayerMapVisual
@Mutable
@NotThreadSafe
public static interface LayerMapVisual.Builder
extends SdkPojo, CopyableBuilder<LayerMapVisual.Builder,LayerMapVisual>
-
Method Summary
Modifier and TypeMethodDescriptiondefault LayerMapVisual.Builder
chartConfiguration
(Consumer<GeospatialLayerMapConfiguration.Builder> chartConfiguration) The configuration settings of the visual.chartConfiguration
(GeospatialLayerMapConfiguration chartConfiguration) The configuration settings of the visual.dataSetIdentifier
(String dataSetIdentifier) The dataset that is used to create the layer map visual.default LayerMapVisual.Builder
subtitle
(Consumer<VisualSubtitleLabelOptions.Builder> subtitle) Sets the value of the Subtitle property for this object.subtitle
(VisualSubtitleLabelOptions subtitle) Sets the value of the Subtitle property for this object.default LayerMapVisual.Builder
Sets the value of the Title property for this object.title
(VisualTitleLabelOptions title) Sets the value of the Title property for this object.visualContentAltText
(String visualContentAltText) The alt text for the visual.The ID of the visual.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, sdkFieldNameToField, sdkFields
-
Method Details
-
visualId
The ID of the visual.
- Parameters:
visualId
- The ID of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
Sets the value of the Title property for this object.- Parameters:
title
- The new value for the Title property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
Sets the value of the Title property for this object. This is a convenience method that creates an instance of theVisualTitleLabelOptions.Builder
avoiding the need to create one manually viaVisualTitleLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totitle(VisualTitleLabelOptions)
.- Parameters:
title
- a consumer that will call methods onVisualTitleLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subtitle
Sets the value of the Subtitle property for this object.- Parameters:
subtitle
- The new value for the Subtitle property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subtitle
Sets the value of the Subtitle property for this object. This is a convenience method that creates an instance of theVisualSubtitleLabelOptions.Builder
avoiding the need to create one manually viaVisualSubtitleLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosubtitle(VisualSubtitleLabelOptions)
.- Parameters:
subtitle
- a consumer that will call methods onVisualSubtitleLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
chartConfiguration
The configuration settings of the visual.
- Parameters:
chartConfiguration
- The configuration settings of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chartConfiguration
default LayerMapVisual.Builder chartConfiguration(Consumer<GeospatialLayerMapConfiguration.Builder> chartConfiguration) The configuration settings of the visual.
This is a convenience method that creates an instance of theGeospatialLayerMapConfiguration.Builder
avoiding the need to create one manually viaGeospatialLayerMapConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochartConfiguration(GeospatialLayerMapConfiguration)
.- Parameters:
chartConfiguration
- a consumer that will call methods onGeospatialLayerMapConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSetIdentifier
The dataset that is used to create the layer map visual. You can't create a visual without a dataset.
- Parameters:
dataSetIdentifier
- The dataset that is used to create the layer map visual. You can't create a visual without a dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualContentAltText
The alt text for the visual.
- Parameters:
visualContentAltText
- The alt text for the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-