Interface VoiceChannelResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VoiceChannelResponse.Builder,
,VoiceChannelResponse> SdkBuilder<VoiceChannelResponse.Builder,
,VoiceChannelResponse> SdkPojo
- Enclosing class:
VoiceChannelResponse
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The unique identifier for the application that the voice channel applies to.creationDate
(String creationDate) The date and time, in ISO 8601 format, when the voice channel was enabled.Specifies whether the voice channel is enabled for the application.hasCredential
(Boolean hasCredential) (Not used) This property is retained only for backward compatibility.(Deprecated) An identifier for the voice channel.isArchived
(Boolean isArchived) Specifies whether the voice channel is archived.lastModifiedBy
(String lastModifiedBy) The user who last modified the voice channel.lastModifiedDate
(String lastModifiedDate) The date and time, in ISO 8601 format, when the voice channel was last modified.The type of messaging or notification platform for the channel.The current version of the voice channel.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 Details
-
applicationId
The unique identifier for the application that the voice channel applies to.
- Parameters:
applicationId
- The unique identifier for the application that the voice channel applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
The date and time, in ISO 8601 format, when the voice channel was enabled.
- Parameters:
creationDate
- The date and time, in ISO 8601 format, when the voice channel was enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
Specifies whether the voice channel is enabled for the application.
- Parameters:
enabled
- Specifies whether the voice channel is enabled for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hasCredential
(Not used) This property is retained only for backward compatibility.
- Parameters:
hasCredential
- (Not used) This property is retained only for backward compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
(Deprecated) An identifier for the voice channel. This property is retained only for backward compatibility.
- Parameters:
id
- (Deprecated) An identifier for the voice channel. This property is retained only for backward compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isArchived
Specifies whether the voice channel is archived.
- Parameters:
isArchived
- Specifies whether the voice channel is archived.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
The user who last modified the voice channel.
- Parameters:
lastModifiedBy
- The user who last modified the voice channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The date and time, in ISO 8601 format, when the voice channel was last modified.
- Parameters:
lastModifiedDate
- The date and time, in ISO 8601 format, when the voice channel was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
The type of messaging or notification platform for the channel. For the voice channel, this value is VOICE.
- Parameters:
platform
- The type of messaging or notification platform for the channel. For the voice channel, this value is VOICE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The current version of the voice channel.
- Parameters:
version
- The current version of the voice channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-