Interface DefaultButtonConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DefaultButtonConfiguration.Builder,
,DefaultButtonConfiguration> SdkBuilder<DefaultButtonConfiguration.Builder,
,DefaultButtonConfiguration> SdkPojo
- Enclosing class:
DefaultButtonConfiguration
public static interface DefaultButtonConfiguration.Builder
extends SdkPojo, CopyableBuilder<DefaultButtonConfiguration.Builder,DefaultButtonConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor
(String backgroundColor) The background color of the button.borderRadius
(Integer borderRadius) The border radius of the button.buttonAction
(String buttonAction) Action triggered by the button.buttonAction
(ButtonAction buttonAction) Action triggered by the button.Button destination.Button text.The text color of the button.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
backgroundColor
The background color of the button.
- Parameters:
backgroundColor
- The background color of the button.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
borderRadius
The border radius of the button.
- Parameters:
borderRadius
- The border radius of the button.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
buttonAction
Action triggered by the button.
- Parameters:
buttonAction
- Action triggered by the button.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
buttonAction
Action triggered by the button.
- Parameters:
buttonAction
- Action triggered by the button.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
link
Button destination.
- Parameters:
link
- Button destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
Button text.
- Parameters:
text
- Button text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textColor
The text color of the button.
- Parameters:
textColor
- The text color of the button.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-