![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.inputs.DashboardFilledMapConfigurationArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.inputs
import com.pulumi.awsnative.quicksight.inputs.DashboardFilledMapConfigurationArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Suppress
import kotlin.Unit
import kotlin.jvm.JvmName
/**
*
* @property fieldWells The field wells of the visual.
* @property legend The legend display setup of the visual.
* @property mapStyleOptions The map style options of the filled map visual.
* @property sortConfiguration The sort configuration of a `FilledMapVisual` .
* @property tooltip The tooltip display setup of the visual.
* @property windowOptions The window options of the filled map visual.
*/
public data class DashboardFilledMapConfigurationArgs(
public val fieldWells: Output? = null,
public val legend: Output? = null,
public val mapStyleOptions: Output? = null,
public val sortConfiguration: Output? = null,
public val tooltip: Output? = null,
public val windowOptions: Output? = null,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.awsnative.quicksight.inputs.DashboardFilledMapConfigurationArgs = com.pulumi.awsnative.quicksight.inputs.DashboardFilledMapConfigurationArgs.builder()
.fieldWells(fieldWells?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.legend(legend?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.mapStyleOptions(mapStyleOptions?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.sortConfiguration(sortConfiguration?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.tooltip(tooltip?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.windowOptions(windowOptions?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) })).build()
}
/**
* Builder for [DashboardFilledMapConfigurationArgs].
*/
@PulumiTagMarker
public class DashboardFilledMapConfigurationArgsBuilder internal constructor() {
private var fieldWells: Output? = null
private var legend: Output? = null
private var mapStyleOptions: Output? = null
private var sortConfiguration: Output? = null
private var tooltip: Output? = null
private var windowOptions: Output? = null
/**
* @param value The field wells of the visual.
*/
@JvmName("dgqrxkaumtfcbvrw")
public suspend fun fieldWells(`value`: Output) {
this.fieldWells = value
}
/**
* @param value The legend display setup of the visual.
*/
@JvmName("sxwmikragnuuclsv")
public suspend fun legend(`value`: Output) {
this.legend = value
}
/**
* @param value The map style options of the filled map visual.
*/
@JvmName("xasvjcfcuiroefcw")
public suspend fun mapStyleOptions(`value`: Output) {
this.mapStyleOptions = value
}
/**
* @param value The sort configuration of a `FilledMapVisual` .
*/
@JvmName("amixyejepifoeqlh")
public suspend fun sortConfiguration(`value`: Output) {
this.sortConfiguration = value
}
/**
* @param value The tooltip display setup of the visual.
*/
@JvmName("ldrvcwykrohtsslh")
public suspend fun tooltip(`value`: Output) {
this.tooltip = value
}
/**
* @param value The window options of the filled map visual.
*/
@JvmName("ghnncbucgydrpoxy")
public suspend fun windowOptions(`value`: Output) {
this.windowOptions = value
}
/**
* @param value The field wells of the visual.
*/
@JvmName("feveprgwpktsiwme")
public suspend fun fieldWells(`value`: DashboardFilledMapFieldWellsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.fieldWells = mapped
}
/**
* @param argument The field wells of the visual.
*/
@JvmName("ejsmuygbdgdjrjue")
public suspend fun fieldWells(argument: suspend DashboardFilledMapFieldWellsArgsBuilder.() -> Unit) {
val toBeMapped = DashboardFilledMapFieldWellsArgsBuilder().applySuspend { argument() }.build()
val mapped = of(toBeMapped)
this.fieldWells = mapped
}
/**
* @param value The legend display setup of the visual.
*/
@JvmName("djuijtpuxucfhjbu")
public suspend fun legend(`value`: DashboardLegendOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.legend = mapped
}
/**
* @param argument The legend display setup of the visual.
*/
@JvmName("ijwftanwoqfpjtfd")
public suspend fun legend(argument: suspend DashboardLegendOptionsArgsBuilder.() -> Unit) {
val toBeMapped = DashboardLegendOptionsArgsBuilder().applySuspend { argument() }.build()
val mapped = of(toBeMapped)
this.legend = mapped
}
/**
* @param value The map style options of the filled map visual.
*/
@JvmName("gyolgktdqnwgyowd")
public suspend fun mapStyleOptions(`value`: DashboardGeospatialMapStyleOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.mapStyleOptions = mapped
}
/**
* @param argument The map style options of the filled map visual.
*/
@JvmName("kocacgxknhmtldol")
public suspend fun mapStyleOptions(argument: suspend DashboardGeospatialMapStyleOptionsArgsBuilder.() -> Unit) {
val toBeMapped = DashboardGeospatialMapStyleOptionsArgsBuilder().applySuspend {
argument()
}.build()
val mapped = of(toBeMapped)
this.mapStyleOptions = mapped
}
/**
* @param value The sort configuration of a `FilledMapVisual` .
*/
@JvmName("hhikqcoxyikqcudf")
public suspend fun sortConfiguration(`value`: DashboardFilledMapSortConfigurationArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.sortConfiguration = mapped
}
/**
* @param argument The sort configuration of a `FilledMapVisual` .
*/
@JvmName("koidkvifbypjbkdd")
public suspend fun sortConfiguration(argument: suspend DashboardFilledMapSortConfigurationArgsBuilder.() -> Unit) {
val toBeMapped = DashboardFilledMapSortConfigurationArgsBuilder().applySuspend {
argument()
}.build()
val mapped = of(toBeMapped)
this.sortConfiguration = mapped
}
/**
* @param value The tooltip display setup of the visual.
*/
@JvmName("ddcvctgnxnxshamv")
public suspend fun tooltip(`value`: DashboardTooltipOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.tooltip = mapped
}
/**
* @param argument The tooltip display setup of the visual.
*/
@JvmName("lydcvsamkxklyqvr")
public suspend fun tooltip(argument: suspend DashboardTooltipOptionsArgsBuilder.() -> Unit) {
val toBeMapped = DashboardTooltipOptionsArgsBuilder().applySuspend { argument() }.build()
val mapped = of(toBeMapped)
this.tooltip = mapped
}
/**
* @param value The window options of the filled map visual.
*/
@JvmName("lykluqpundemrkfr")
public suspend fun windowOptions(`value`: DashboardGeospatialWindowOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.windowOptions = mapped
}
/**
* @param argument The window options of the filled map visual.
*/
@JvmName("ascelhidkrmnoeaf")
public suspend fun windowOptions(argument: suspend DashboardGeospatialWindowOptionsArgsBuilder.() -> Unit) {
val toBeMapped = DashboardGeospatialWindowOptionsArgsBuilder().applySuspend {
argument()
}.build()
val mapped = of(toBeMapped)
this.windowOptions = mapped
}
internal fun build(): DashboardFilledMapConfigurationArgs = DashboardFilledMapConfigurationArgs(
fieldWells = fieldWells,
legend = legend,
mapStyleOptions = mapStyleOptions,
sortConfiguration = sortConfiguration,
tooltip = tooltip,
windowOptions = windowOptions,
)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy