@Stability(value=Stable)
public static interface CfnInAppTemplate.HeaderConfigProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
HeaderConfigProperty headerConfigProperty = HeaderConfigProperty.builder()
.alignment("alignment")
.header("header")
.textColor("textColor")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInAppTemplate.HeaderConfigProperty.Builder
A builder for
CfnInAppTemplate.HeaderConfigProperty |
static class |
CfnInAppTemplate.HeaderConfigProperty.Jsii$Proxy
An implementation for
CfnInAppTemplate.HeaderConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInAppTemplate.HeaderConfigProperty.Builder |
builder() |
default String |
getAlignment()
The text alignment of the title of the message.
|
default String |
getHeader()
The title text of the in-app message.
|
default String |
getTextColor()
The color of the title text, expressed as a hex color code (such as #000000 for black).
|
@Stability(value=Stable) @Nullable default String getAlignment()
Acceptable values: LEFT , CENTER , RIGHT .
@Stability(value=Stable) @Nullable default String getHeader()
@Stability(value=Stable) @Nullable default String getTextColor()
@Stability(value=Stable) static CfnInAppTemplate.HeaderConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.