Interface RouteWebLink.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteWebLink.Builder,,RouteWebLink> SdkBuilder<RouteWebLink.Builder,,RouteWebLink> SdkPojo
- Enclosing class:
RouteWebLink
@Mutable
@NotThreadSafe
public static interface RouteWebLink.Builder
extends SdkPojo, CopyableBuilder<RouteWebLink.Builder,RouteWebLink>
-
Method Summary
Modifier and TypeMethodDescriptionanchorText(String anchorText) The interactive or clickable portion of the text.description(String description) Text describing the URL.deviceType(String deviceType) Device type for which the link is intended.deviceType(RouteWebLinkDeviceType deviceType) Device type for which the link is intended.The URL of the link.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
-
anchorText
The interactive or clickable portion of the text.
- Parameters:
anchorText- The interactive or clickable portion of the text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Text describing the URL.
- Parameters:
description- Text describing the URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceType
Device type for which the link is intended.
- Parameters:
deviceType- Device type for which the link is intended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceType
Device type for which the link is intended.
- Parameters:
deviceType- Device type for which the link is intended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
url
The URL of the link.
- Parameters:
url- The URL of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-