@Stability(value=Stable) public static final class CfnInAppTemplate.InAppMessageContentProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInAppTemplate.InAppMessageContentProperty>
CfnInAppTemplate.InAppMessageContentProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder backgroundColor(String backgroundColor)
CfnInAppTemplate.InAppMessageContentProperty.getBackgroundColor()backgroundColor - The background color for an in-app message banner, expressed as a hex color code (such as #000000 for black).this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder bodyConfig(CfnInAppTemplate.BodyConfigProperty bodyConfig)
CfnInAppTemplate.InAppMessageContentProperty.getBodyConfig()bodyConfig - An object that contains configuration information about the header or title text of the in-app message.this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder bodyConfig(IResolvable bodyConfig)
CfnInAppTemplate.InAppMessageContentProperty.getBodyConfig()bodyConfig - An object that contains configuration information about the header or title text of the in-app message.this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder headerConfig(CfnInAppTemplate.HeaderConfigProperty headerConfig)
CfnInAppTemplate.InAppMessageContentProperty.getHeaderConfig()headerConfig - An object that contains configuration information about the header or title text of the in-app message.this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder headerConfig(IResolvable headerConfig)
CfnInAppTemplate.InAppMessageContentProperty.getHeaderConfig()headerConfig - An object that contains configuration information about the header or title text of the in-app message.this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder imageUrl(String imageUrl)
CfnInAppTemplate.InAppMessageContentProperty.getImageUrl()imageUrl - The URL of the image that appears on an in-app message banner.this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder primaryBtn(CfnInAppTemplate.ButtonConfigProperty primaryBtn)
CfnInAppTemplate.InAppMessageContentProperty.getPrimaryBtn()primaryBtn - An object that contains configuration information about the primary button in an in-app message.this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder primaryBtn(IResolvable primaryBtn)
CfnInAppTemplate.InAppMessageContentProperty.getPrimaryBtn()primaryBtn - An object that contains configuration information about the primary button in an in-app message.this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder secondaryBtn(CfnInAppTemplate.ButtonConfigProperty secondaryBtn)
CfnInAppTemplate.InAppMessageContentProperty.getSecondaryBtn()secondaryBtn - An object that contains configuration information about the secondary button in an in-app message.this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty.Builder secondaryBtn(IResolvable secondaryBtn)
CfnInAppTemplate.InAppMessageContentProperty.getSecondaryBtn()secondaryBtn - An object that contains configuration information about the secondary button in an in-app message.this@Stability(value=Stable) public CfnInAppTemplate.InAppMessageContentProperty build()
build in interface software.amazon.jsii.Builder<CfnInAppTemplate.InAppMessageContentProperty>CfnInAppTemplate.InAppMessageContentPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.