@Stability(value=Stable)
public static interface CfnInAppTemplate.DefaultButtonConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
DefaultButtonConfigurationProperty defaultButtonConfigurationProperty = DefaultButtonConfigurationProperty.builder()
.backgroundColor("backgroundColor")
.borderRadius(123)
.buttonAction("buttonAction")
.link("link")
.text("text")
.textColor("textColor")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInAppTemplate.DefaultButtonConfigurationProperty.Builder
A builder for
CfnInAppTemplate.DefaultButtonConfigurationProperty |
static class |
CfnInAppTemplate.DefaultButtonConfigurationProperty.Jsii$Proxy
An implementation for
CfnInAppTemplate.DefaultButtonConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInAppTemplate.DefaultButtonConfigurationProperty.Builder |
builder() |
default String |
getBackgroundColor()
`CfnInAppTemplate.DefaultButtonConfigurationProperty.BackgroundColor`.
|
default Number |
getBorderRadius()
`CfnInAppTemplate.DefaultButtonConfigurationProperty.BorderRadius`.
|
default String |
getButtonAction()
`CfnInAppTemplate.DefaultButtonConfigurationProperty.ButtonAction`.
|
default String |
getLink()
`CfnInAppTemplate.DefaultButtonConfigurationProperty.Link`.
|
default String |
getText()
`CfnInAppTemplate.DefaultButtonConfigurationProperty.Text`.
|
default String |
getTextColor()
`CfnInAppTemplate.DefaultButtonConfigurationProperty.TextColor`.
|
@Stability(value=Stable) @Nullable default String getBackgroundColor()
@Stability(value=Stable) @Nullable default Number getBorderRadius()
@Stability(value=Stable) @Nullable default String getButtonAction()
@Stability(value=Stable) @Nullable default String getLink()
@Stability(value=Stable) @Nullable default String getText()
@Stability(value=Stable) @Nullable default String getTextColor()
@Stability(value=Stable) static CfnInAppTemplate.DefaultButtonConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.