Interface URL.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<URL.Builder,,URL> SdkBuilder<URL.Builder,,URL> SdkPojo
- Enclosing class:
 URL
- 
Method Summary
Modifier and TypeMethodDescriptionhyperlinkName(String hyperlinkName) The name or word that's used as a hyperlink to the URL.The unique identifier for the internet resource.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, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -