Interface URL.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<URL.Builder,URL>,SdkBuilder<URL.Builder,URL>,SdkPojo
- Enclosing class:
- URL
public static interface URL.Builder extends SdkPojo, CopyableBuilder<URL.Builder,URL>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URL.BuilderhyperlinkName(String hyperlinkName)The name or word that's used as a hyperlink to the URL.URL.Builderlink(String link)The unique identifier for the internet resource.-
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 Detail
-
hyperlinkName
URL.Builder hyperlinkName(String hyperlinkName)
The name or word that's used as a hyperlink to the URL.
- Parameters:
hyperlinkName- The name or word that's used as a hyperlink to the URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
link
URL.Builder link(String link)
The unique identifier for the internet resource.
- Parameters:
link- The unique identifier for the internet resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-