Interface DocLink.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DocLink.Builder,DocLink>
,SdkBuilder<DocLink.Builder,DocLink>
,SdkPojo
- Enclosing class:
- DocLink
public static interface DocLink.Builder extends SdkPojo, CopyableBuilder<DocLink.Builder,DocLink>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocLink.Builder
text(String text)
The text with the link to documentation for the recommendation.DocLink.Builder
url(String url)
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
text
DocLink.Builder text(String 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
DocLink.Builder url(String 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.
-
-