Interface RegistrationTypeDisplayHints.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrationTypeDisplayHints.Builder,RegistrationTypeDisplayHints>,SdkBuilder<RegistrationTypeDisplayHints.Builder,RegistrationTypeDisplayHints>,SdkPojo
- Enclosing class:
- RegistrationTypeDisplayHints
public static interface RegistrationTypeDisplayHints.Builder extends SdkPojo, CopyableBuilder<RegistrationTypeDisplayHints.Builder,RegistrationTypeDisplayHints>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrationTypeDisplayHints.BuilderdocumentationLink(String documentationLink)The link to the document the display hint is associated with.RegistrationTypeDisplayHints.BuilderdocumentationTitle(String documentationTitle)The title of the document the display hint is associated with.RegistrationTypeDisplayHints.BuilderlongDescription(String longDescription)A full description of the display hint.RegistrationTypeDisplayHints.BuildershortDescription(String shortDescription)A short description of the display hint.RegistrationTypeDisplayHints.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
RegistrationTypeDisplayHints.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
RegistrationTypeDisplayHints.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
RegistrationTypeDisplayHints.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
RegistrationTypeDisplayHints.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
RegistrationTypeDisplayHints.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.
-
-