Interface RegistrationSectionDisplayHints.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrationSectionDisplayHints.Builder,RegistrationSectionDisplayHints>,SdkBuilder<RegistrationSectionDisplayHints.Builder,RegistrationSectionDisplayHints>,SdkPojo
- Enclosing class:
- RegistrationSectionDisplayHints
public static interface RegistrationSectionDisplayHints.Builder extends SdkPojo, CopyableBuilder<RegistrationSectionDisplayHints.Builder,RegistrationSectionDisplayHints>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrationSectionDisplayHints.BuilderdocumentationLink(String documentationLink)The link to the document the display hint is associated with.RegistrationSectionDisplayHints.BuilderdocumentationTitle(String documentationTitle)The title of the document the display hint is associated with.RegistrationSectionDisplayHints.BuilderlongDescription(String longDescription)A full description of the display hint.RegistrationSectionDisplayHints.BuildershortDescription(String shortDescription)A short description of the display hint.RegistrationSectionDisplayHints.Buildertitle(String title)The title of the display hint.-
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
-
title
RegistrationSectionDisplayHints.Builder title(String title)
The title of the display hint.
- Parameters:
title- The title of the display hint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shortDescription
RegistrationSectionDisplayHints.Builder shortDescription(String shortDescription)
A short description of the display hint.
- Parameters:
shortDescription- A short description of the display hint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
longDescription
RegistrationSectionDisplayHints.Builder longDescription(String longDescription)
A full description of the display hint.
- Parameters:
longDescription- A full description of the display hint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentationTitle
RegistrationSectionDisplayHints.Builder documentationTitle(String documentationTitle)
The title of the document the display hint is associated with.
- Parameters:
documentationTitle- The title of the document the display hint is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentationLink
RegistrationSectionDisplayHints.Builder documentationLink(String documentationLink)
The link to the document the display hint is associated with.
- Parameters:
documentationLink- The link to the document the display hint is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-