Interface Phrase.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Phrase.Builder,,Phrase> SdkBuilder<Phrase.Builder,,Phrase> SdkPojo
- Enclosing class:
Phrase
@Mutable
@NotThreadSafe
public static interface Phrase.Builder
extends SdkPojo, CopyableBuilder<Phrase.Builder,Phrase>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayAsText(String displayAsText) Sets the value of the DisplayAsText property for this object.Sets the value of the Text property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
text
Sets the value of the Text property for this object.- Parameters:
text- The new value for the Text property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayAsText
Sets the value of the DisplayAsText property for this object.- Parameters:
displayAsText- The new value for the DisplayAsText property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-