Interface VisualMessageConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VisualMessageConfiguration.Builder,,VisualMessageConfiguration> SdkBuilder<VisualMessageConfiguration.Builder,,VisualMessageConfiguration> SdkPojo
- Enclosing class:
VisualMessageConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description text of the message that is displayed on the visual.descriptionVisibility(String descriptionVisibility) Specifies whether the description of the message is displayed.descriptionVisibility(Visibility descriptionVisibility) Specifies whether the description of the message is displayed.Specifies whether the custom message is displayed on the visual.The display text of the hyperlink that is shown in the message.The destination URL of the hyperlink that is shown in the message.linkVisibility(String linkVisibility) Specifies whether the hyperlink in the message is displayed.linkVisibility(Visibility linkVisibility) Specifies whether the hyperlink in the message is displayed.The title text of the message that is displayed on the visual.titleVisibility(String titleVisibility) Specifies whether the title of the message is displayed.titleVisibility(Visibility titleVisibility) Specifies whether the title of the message is displayed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Specifies whether the custom message is displayed on the visual. When set to
true, the custom message appears in place of the default message. When set tofalseor omitted, the default message is displayed.- Parameters:
enabled- Specifies whether the custom message is displayed on the visual. When set totrue, the custom message appears in place of the default message. When set tofalseor omitted, the default message is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title text of the message that is displayed on the visual.
- Parameters:
title- The title text of the message that is displayed on the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
titleVisibility
Specifies whether the title of the message is displayed.
- Parameters:
titleVisibility- Specifies whether the title of the message is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
titleVisibility
Specifies whether the title of the message is displayed.
- Parameters:
titleVisibility- Specifies whether the title of the message is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description text of the message that is displayed on the visual.
- Parameters:
description- The description text of the message that is displayed on the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
descriptionVisibility
Specifies whether the description of the message is displayed.
- Parameters:
descriptionVisibility- Specifies whether the description of the message is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
descriptionVisibility
Specifies whether the description of the message is displayed.
- Parameters:
descriptionVisibility- Specifies whether the description of the message is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
linkText
The display text of the hyperlink that is shown in the message.
- Parameters:
linkText- The display text of the hyperlink that is shown in the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkUrl
The destination URL of the hyperlink that is shown in the message. Only valid
http,https, andmailtoURLs are supported.- Parameters:
linkUrl- The destination URL of the hyperlink that is shown in the message. Only validhttp,https, andmailtoURLs are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkVisibility
Specifies whether the hyperlink in the message is displayed.
- Parameters:
linkVisibility- Specifies whether the hyperlink in the message is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
linkVisibility
Specifies whether the hyperlink in the message is displayed.
- Parameters:
linkVisibility- Specifies whether the hyperlink in the message is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-