
com.pulumi.awsnative.quicksight.kotlin.inputs.AnalysisTableSideBorderOptionsArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.inputs
import com.pulumi.awsnative.quicksight.inputs.AnalysisTableSideBorderOptionsArgs.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 bottom The table border options of the bottom border.
* @property innerHorizontal The table border options of the inner horizontal border.
* @property innerVertical The table border options of the inner vertical border.
* @property left The table border options of the left border.
* @property right The table border options of the right border.
* @property top The table border options of the top border.
*/
public data class AnalysisTableSideBorderOptionsArgs(
public val bottom: Output? = null,
public val innerHorizontal: Output? = null,
public val innerVertical: Output? = null,
public val left: Output? = null,
public val right: Output? = null,
public val top: Output? = null,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.awsnative.quicksight.inputs.AnalysisTableSideBorderOptionsArgs =
com.pulumi.awsnative.quicksight.inputs.AnalysisTableSideBorderOptionsArgs.builder()
.bottom(bottom?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.innerHorizontal(innerHorizontal?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.innerVertical(innerVertical?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.left(left?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.right(right?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.top(top?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) })).build()
}
/**
* Builder for [AnalysisTableSideBorderOptionsArgs].
*/
@PulumiTagMarker
public class AnalysisTableSideBorderOptionsArgsBuilder internal constructor() {
private var bottom: Output? = null
private var innerHorizontal: Output? = null
private var innerVertical: Output? = null
private var left: Output? = null
private var right: Output? = null
private var top: Output? = null
/**
* @param value The table border options of the bottom border.
*/
@JvmName("eacfarbbemtwrniq")
public suspend fun bottom(`value`: Output) {
this.bottom = value
}
/**
* @param value The table border options of the inner horizontal border.
*/
@JvmName("rnpentstvhxkjfti")
public suspend fun innerHorizontal(`value`: Output) {
this.innerHorizontal = value
}
/**
* @param value The table border options of the inner vertical border.
*/
@JvmName("wifxckhhybfergxq")
public suspend fun innerVertical(`value`: Output) {
this.innerVertical = value
}
/**
* @param value The table border options of the left border.
*/
@JvmName("iwsjxqokteulyhfg")
public suspend fun left(`value`: Output) {
this.left = value
}
/**
* @param value The table border options of the right border.
*/
@JvmName("hlyeiqxkpdqhbfbu")
public suspend fun right(`value`: Output) {
this.right = value
}
/**
* @param value The table border options of the top border.
*/
@JvmName("rwnwohmjgfeqqyjo")
public suspend fun top(`value`: Output) {
this.top = value
}
/**
* @param value The table border options of the bottom border.
*/
@JvmName("puhkyfxkgdjfusrp")
public suspend fun bottom(`value`: AnalysisTableBorderOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.bottom = mapped
}
/**
* @param argument The table border options of the bottom border.
*/
@JvmName("cdkapiasdpttoqrf")
public suspend fun bottom(argument: suspend AnalysisTableBorderOptionsArgsBuilder.() -> Unit) {
val toBeMapped = AnalysisTableBorderOptionsArgsBuilder().applySuspend { argument() }.build()
val mapped = of(toBeMapped)
this.bottom = mapped
}
/**
* @param value The table border options of the inner horizontal border.
*/
@JvmName("wifxmuetsyalxlib")
public suspend fun innerHorizontal(`value`: AnalysisTableBorderOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.innerHorizontal = mapped
}
/**
* @param argument The table border options of the inner horizontal border.
*/
@JvmName("bxrpasrxrpwcajel")
public suspend fun innerHorizontal(argument: suspend AnalysisTableBorderOptionsArgsBuilder.() -> Unit) {
val toBeMapped = AnalysisTableBorderOptionsArgsBuilder().applySuspend { argument() }.build()
val mapped = of(toBeMapped)
this.innerHorizontal = mapped
}
/**
* @param value The table border options of the inner vertical border.
*/
@JvmName("qmcvylwniyhwrect")
public suspend fun innerVertical(`value`: AnalysisTableBorderOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.innerVertical = mapped
}
/**
* @param argument The table border options of the inner vertical border.
*/
@JvmName("gyumtglabljafuql")
public suspend fun innerVertical(argument: suspend AnalysisTableBorderOptionsArgsBuilder.() -> Unit) {
val toBeMapped = AnalysisTableBorderOptionsArgsBuilder().applySuspend { argument() }.build()
val mapped = of(toBeMapped)
this.innerVertical = mapped
}
/**
* @param value The table border options of the left border.
*/
@JvmName("qlowmjigdlscftit")
public suspend fun left(`value`: AnalysisTableBorderOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.left = mapped
}
/**
* @param argument The table border options of the left border.
*/
@JvmName("huiaducwosmayixy")
public suspend fun left(argument: suspend AnalysisTableBorderOptionsArgsBuilder.() -> Unit) {
val toBeMapped = AnalysisTableBorderOptionsArgsBuilder().applySuspend { argument() }.build()
val mapped = of(toBeMapped)
this.left = mapped
}
/**
* @param value The table border options of the right border.
*/
@JvmName("nnmcnfctaonuirci")
public suspend fun right(`value`: AnalysisTableBorderOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.right = mapped
}
/**
* @param argument The table border options of the right border.
*/
@JvmName("sudordncbjdihcwr")
public suspend fun right(argument: suspend AnalysisTableBorderOptionsArgsBuilder.() -> Unit) {
val toBeMapped = AnalysisTableBorderOptionsArgsBuilder().applySuspend { argument() }.build()
val mapped = of(toBeMapped)
this.right = mapped
}
/**
* @param value The table border options of the top border.
*/
@JvmName("nhfpbmakqcdyekpp")
public suspend fun top(`value`: AnalysisTableBorderOptionsArgs?) {
val toBeMapped = value
val mapped = toBeMapped?.let({ args0 -> of(args0) })
this.top = mapped
}
/**
* @param argument The table border options of the top border.
*/
@JvmName("mqobfuxrmucqlqik")
public suspend fun top(argument: suspend AnalysisTableBorderOptionsArgsBuilder.() -> Unit) {
val toBeMapped = AnalysisTableBorderOptionsArgsBuilder().applySuspend { argument() }.build()
val mapped = of(toBeMapped)
this.top = mapped
}
internal fun build(): AnalysisTableSideBorderOptionsArgs = AnalysisTableSideBorderOptionsArgs(
bottom = bottom,
innerHorizontal = innerHorizontal,
innerVertical = innerVertical,
left = left,
right = right,
top = top,
)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy