public static interface DefaultButtonConfiguration.Builder extends SdkPojo, CopyableBuilder<DefaultButtonConfiguration.Builder,DefaultButtonConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DefaultButtonConfiguration.Builder |
backgroundColor(String backgroundColor)
The background color of the button.
|
DefaultButtonConfiguration.Builder |
borderRadius(Integer borderRadius)
The border radius of the button.
|
DefaultButtonConfiguration.Builder |
buttonAction(ButtonAction buttonAction)
Action triggered by the button.
|
DefaultButtonConfiguration.Builder |
buttonAction(String buttonAction)
Action triggered by the button.
|
DefaultButtonConfiguration.Builder |
link(String link)
Button destination.
|
DefaultButtonConfiguration.Builder |
text(String text)
Button text.
|
DefaultButtonConfiguration.Builder |
textColor(String textColor)
The text color of the button.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefaultButtonConfiguration.Builder backgroundColor(String backgroundColor)
The background color of the button.
backgroundColor - The background color of the button.DefaultButtonConfiguration.Builder borderRadius(Integer borderRadius)
The border radius of the button.
borderRadius - The border radius of the button.DefaultButtonConfiguration.Builder buttonAction(String buttonAction)
Action triggered by the button.
buttonAction - Action triggered by the button.ButtonAction,
ButtonActionDefaultButtonConfiguration.Builder buttonAction(ButtonAction buttonAction)
Action triggered by the button.
buttonAction - Action triggered by the button.ButtonAction,
ButtonActionDefaultButtonConfiguration.Builder link(String link)
Button destination.
link - Button destination.DefaultButtonConfiguration.Builder text(String text)
Button text.
text - Button text.DefaultButtonConfiguration.Builder textColor(String textColor)
The text color of the button.
textColor - The text color of the button.Copyright © 2022. All rights reserved.