| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that the voice channel applies to.
|
static VoiceChannelResponse.Builder |
VoiceChannelResponse.builder() |
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.creationDate(String creationDate)
The date and time, in ISO 8601 format, when the voice channel was enabled.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.enabled(Boolean enabled)
Specifies whether the voice channel is enabled for the application.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.id(String id)
(Deprecated) An identifier for the voice channel.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.isArchived(Boolean isArchived)
Specifies whether the voice channel is archived.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.lastModifiedBy(String lastModifiedBy)
The user who last modified the voice channel.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the voice channel was last modified.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.platform(String platform)
The type of messaging or notification platform for the channel.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.toBuilder() |
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.version(Integer version)
The current version of the voice channel.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VoiceChannelResponse.Builder> |
VoiceChannelResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetVoiceChannelResponse.Builder |
GetVoiceChannelResponse.Builder.voiceChannelResponse(Consumer<VoiceChannelResponse.Builder> voiceChannelResponse)
Sets the value of the VoiceChannelResponse property for this object.
|
default UpdateVoiceChannelResponse.Builder |
UpdateVoiceChannelResponse.Builder.voiceChannelResponse(Consumer<VoiceChannelResponse.Builder> voiceChannelResponse)
Sets the value of the VoiceChannelResponse property for this object.
|
default DeleteVoiceChannelResponse.Builder |
DeleteVoiceChannelResponse.Builder.voiceChannelResponse(Consumer<VoiceChannelResponse.Builder> voiceChannelResponse)
Sets the value of the VoiceChannelResponse property for this object.
|
Copyright © 2022. All rights reserved.