| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoice.model |
| Modifier and Type | Method and Description |
|---|---|
static VoiceMessageContent.Builder |
VoiceMessageContent.builder() |
VoiceMessageContent.Builder |
VoiceMessageContent.Builder.callInstructionsMessage(CallInstructionsMessageType callInstructionsMessage)
Sets the value of the CallInstructionsMessage property for this object.
|
default VoiceMessageContent.Builder |
VoiceMessageContent.Builder.callInstructionsMessage(Consumer<CallInstructionsMessageType.Builder> callInstructionsMessage)
Sets the value of the CallInstructionsMessage property for this object.
|
default VoiceMessageContent.Builder |
VoiceMessageContent.Builder.plainTextMessage(Consumer<PlainTextMessageType.Builder> plainTextMessage)
Sets the value of the PlainTextMessage property for this object.
|
VoiceMessageContent.Builder |
VoiceMessageContent.Builder.plainTextMessage(PlainTextMessageType plainTextMessage)
Sets the value of the PlainTextMessage property for this object.
|
default VoiceMessageContent.Builder |
VoiceMessageContent.Builder.ssmlMessage(Consumer<SSMLMessageType.Builder> ssmlMessage)
Sets the value of the SSMLMessage property for this object.
|
VoiceMessageContent.Builder |
VoiceMessageContent.Builder.ssmlMessage(SSMLMessageType ssmlMessage)
Sets the value of the SSMLMessage property for this object.
|
VoiceMessageContent.Builder |
VoiceMessageContent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VoiceMessageContent.Builder> |
VoiceMessageContent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SendVoiceMessageRequest.Builder |
SendVoiceMessageRequest.Builder.content(Consumer<VoiceMessageContent.Builder> content)
Sets the value of the Content property for this object.
|
Copyright © 2022. All rights reserved.