Interface ChoiceContent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChoiceContent.Builder,ChoiceContent>,SdkBuilder<ChoiceContent.Builder,ChoiceContent>,SdkPojo
- Enclosing class:
- ChoiceContent
public static interface ChoiceContent.Builder extends SdkPojo, CopyableBuilder<ChoiceContent.Builder,ChoiceContent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChoiceContent.BuilderdisplayText(String displayText)The display text for the choice content.ChoiceContent.Builderurl(String url)The URL for the choice content.-
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
-
displayText
ChoiceContent.Builder displayText(String displayText)
The display text for the choice content.
- Parameters:
displayText- The display text for the choice content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
ChoiceContent.Builder url(String url)
The URL for the choice content.
- Parameters:
url- The URL for the choice content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-