public static interface CfnInAppTemplate.OverrideButtonConfigurationProperty
Example:
// 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.*; OverrideButtonConfigurationProperty overrideButtonConfigurationProperty = OverrideButtonConfigurationProperty.builder() .buttonAction("buttonAction") .link("link") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInAppTemplate.OverrideButtonConfigurationProperty.Builder
A builder for
CfnInAppTemplate.OverrideButtonConfigurationProperty |
static class |
CfnInAppTemplate.OverrideButtonConfigurationProperty.Jsii$Proxy
An implementation for
CfnInAppTemplate.OverrideButtonConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnInAppTemplate.OverrideButtonConfigurationProperty.Builder |
builder() |
default java.lang.String |
getButtonAction()
The action that occurs when a recipient chooses a button in an in-app message.
|
default java.lang.String |
getLink()
The destination (such as a URL) for a button.
|
default java.lang.String getButtonAction()
You can specify one of the following:
LINK
– A link to a web destination.DEEP_LINK
– A link to a specific page in an application.CLOSE
– Dismisses the message.default java.lang.String getLink()