@Stability(value=Stable) public static final class CfnBot.ImageResponseCardProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.ImageResponseCardProperty>
CfnBot.ImageResponseCardProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.ImageResponseCardProperty |
build()
Builds the configured instance.
|
CfnBot.ImageResponseCardProperty.Builder |
buttons(IResolvable buttons)
Sets the value of
CfnBot.ImageResponseCardProperty.getButtons() |
CfnBot.ImageResponseCardProperty.Builder |
buttons(List<? extends Object> buttons)
Sets the value of
CfnBot.ImageResponseCardProperty.getButtons() |
CfnBot.ImageResponseCardProperty.Builder |
imageUrl(String imageUrl)
Sets the value of
CfnBot.ImageResponseCardProperty.getImageUrl() |
CfnBot.ImageResponseCardProperty.Builder |
subtitle(String subtitle)
Sets the value of
CfnBot.ImageResponseCardProperty.getSubtitle() |
CfnBot.ImageResponseCardProperty.Builder |
title(String title)
Sets the value of
CfnBot.ImageResponseCardProperty.getTitle() |
@Stability(value=Stable) public CfnBot.ImageResponseCardProperty.Builder buttons(IResolvable buttons)
CfnBot.ImageResponseCardProperty.getButtons()buttons - `CfnBot.ImageResponseCardProperty.Buttons`.this@Stability(value=Stable) public CfnBot.ImageResponseCardProperty.Builder buttons(List<? extends Object> buttons)
CfnBot.ImageResponseCardProperty.getButtons()buttons - `CfnBot.ImageResponseCardProperty.Buttons`.this@Stability(value=Stable) public CfnBot.ImageResponseCardProperty.Builder imageUrl(String imageUrl)
CfnBot.ImageResponseCardProperty.getImageUrl()imageUrl - `CfnBot.ImageResponseCardProperty.ImageUrl`.this@Stability(value=Stable) public CfnBot.ImageResponseCardProperty.Builder subtitle(String subtitle)
CfnBot.ImageResponseCardProperty.getSubtitle()subtitle - `CfnBot.ImageResponseCardProperty.Subtitle`.this@Stability(value=Stable) public CfnBot.ImageResponseCardProperty.Builder title(String title)
CfnBot.ImageResponseCardProperty.getTitle()title - `CfnBot.ImageResponseCardProperty.Title`. This parameter is required.this@Stability(value=Stable) public CfnBot.ImageResponseCardProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.ImageResponseCardProperty>CfnBot.ImageResponseCardPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.