public static interface Content.Builder extends SdkPojo, CopyableBuilder<Content.Builder,Content>
| Modifier and Type | Method and Description |
|---|---|
Content.Builder |
audioList(Audio... audioList)
The list of audio messages.
|
Content.Builder |
audioList(Collection<Audio> audioList)
The list of audio messages.
|
Content.Builder |
audioList(Consumer<Audio.Builder>... audioList)
The list of audio messages.
|
Content.Builder |
ssmlList(Collection<Ssml> ssmlList)
The list of SSML messages.
|
Content.Builder |
ssmlList(Consumer<Ssml.Builder>... ssmlList)
The list of SSML messages.
|
Content.Builder |
ssmlList(Ssml... ssmlList)
The list of SSML messages.
|
Content.Builder |
textList(Collection<Text> textList)
The list of text messages.
|
Content.Builder |
textList(Consumer<Text.Builder>... textList)
The list of text messages.
|
Content.Builder |
textList(Text... textList)
The list of text messages.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContent.Builder textList(Collection<Text> textList)
The list of text messages.
textList - The list of text messages.Content.Builder textList(Text... textList)
The list of text messages.
textList - The list of text messages.Content.Builder textList(Consumer<Text.Builder>... textList)
The list of text messages.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #textList(List) .textList - a consumer that will call methods on List.Builder #textList(List) Content.Builder ssmlList(Collection<Ssml> ssmlList)
The list of SSML messages.
ssmlList - The list of SSML messages.Content.Builder ssmlList(Ssml... ssmlList)
The list of SSML messages.
ssmlList - The list of SSML messages.Content.Builder ssmlList(Consumer<Ssml.Builder>... ssmlList)
The list of SSML messages.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #ssmlList(List) .ssmlList - a consumer that will call methods on List.Builder #ssmlList(List) Content.Builder audioList(Collection<Audio> audioList)
The list of audio messages.
audioList - The list of audio messages.Content.Builder audioList(Audio... audioList)
The list of audio messages.
audioList - The list of audio messages.Content.Builder audioList(Consumer<Audio.Builder>... audioList)
The list of audio messages.
This is a convenience that creates an instance of theList avoiding the need to create
one manually via List.
When the Consumer completes, List is called immediately and its result
is passed to #audioList(List.audioList - a consumer that will call methods on List#audioList(ListCopyright © 2021. All rights reserved.