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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default LayerMapVisual.BuilderchartConfiguration(Consumer<GeospatialLayerMapConfiguration.Builder> chartConfiguration)The configuration settings of the visual.LayerMapVisual.BuilderchartConfiguration(GeospatialLayerMapConfiguration chartConfiguration)The configuration settings of the visual.LayerMapVisual.BuilderdataSetIdentifier(String dataSetIdentifier)The dataset that is used to create the layer map visual.default LayerMapVisual.Buildersubtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)Sets the value of the Subtitle property for this object.LayerMapVisual.Buildersubtitle(VisualSubtitleLabelOptions subtitle)Sets the value of the Subtitle property for this object.default LayerMapVisual.Buildertitle(Consumer<VisualTitleLabelOptions.Builder> title)Sets the value of the Title property for this object.LayerMapVisual.Buildertitle(VisualTitleLabelOptions title)Sets the value of the Title property for this object.LayerMapVisual.BuildervisualContentAltText(String visualContentAltText)The alt text for the visual.LayerMapVisual.BuildervisualId(String visualId)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 Detail
-
visualId
LayerMapVisual.Builder visualId(String 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
LayerMapVisual.Builder title(VisualTitleLabelOptions 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
default LayerMapVisual.Builder title(Consumer<VisualTitleLabelOptions.Builder> title)
Sets the value of the Title property for this object. This is a convenience method that creates an instance of theVisualTitleLabelOptions.Builderavoiding the need to create one manually viaVisualTitleLabelOptions.builder().When the
Consumercompletes,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:
title(VisualTitleLabelOptions)
-
subtitle
LayerMapVisual.Builder subtitle(VisualSubtitleLabelOptions 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
default LayerMapVisual.Builder subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
Sets the value of the Subtitle property for this object. This is a convenience method that creates an instance of theVisualSubtitleLabelOptions.Builderavoiding the need to create one manually viaVisualSubtitleLabelOptions.builder().When the
Consumercompletes,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:
subtitle(VisualSubtitleLabelOptions)
-
chartConfiguration
LayerMapVisual.Builder chartConfiguration(GeospatialLayerMapConfiguration 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.Builderavoiding the need to create one manually viaGeospatialLayerMapConfiguration.builder().When the
Consumercompletes,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:
chartConfiguration(GeospatialLayerMapConfiguration)
-
dataSetIdentifier
LayerMapVisual.Builder dataSetIdentifier(String 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
LayerMapVisual.Builder visualContentAltText(String 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.
-
-