Interface ReferenceLink.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReferenceLink.Builder,
,ReferenceLink> SdkBuilder<ReferenceLink.Builder,
,ReferenceLink> SdkPojo
- Enclosing class:
ReferenceLink
public static interface ReferenceLink.Builder
extends SdkPojo, CopyableBuilder<ReferenceLink.Builder,ReferenceLink>
-
Method Summary
Modifier and TypeMethodDescriptionThe URL address to find more information.The hyperlink text that describes the link to more information.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 hyperlink text that describes the link to more information.
- Parameters:
text
- The hyperlink text that describes the link to more information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
link
The URL address to find more information.
- Parameters:
link
- The URL address to find more information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-