Interface DocLink.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DocLink.Builder,
,DocLink> SdkBuilder<DocLink.Builder,
,DocLink> SdkPojo
- Enclosing class:
DocLink
-
Method Summary
Modifier and TypeMethodDescriptionThe text with the link to documentation for the recommendation.The URL for the documentation for the recommendation.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
-
text
The text with the link to documentation for the recommendation.
- Parameters:
text
- The text with the link to documentation for the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
The URL for the documentation for the recommendation.
- Parameters:
url
- The URL for the documentation for the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-