Package com.oracle.bmc.aispeech.model
Class RealtimeMessageAuthenticationToken.Builder
- java.lang.Object
- 
- com.oracle.bmc.aispeech.model.RealtimeMessageAuthenticationToken.Builder
 
- 
- Enclosing class:
- RealtimeMessageAuthenticationToken
 
 public static class RealtimeMessageAuthenticationToken.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RealtimeMessageAuthenticationTokenbuild()RealtimeMessageAuthenticationToken.BuildercompartmentId(String compartmentId)RealtimeMessageAuthenticationToken.Buildercopy(RealtimeMessageAuthenticationToken model)RealtimeMessageAuthenticationToken.Buildertoken(String token)The token (JWT) obtained from the realtime transcription session endpoint.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic RealtimeMessageAuthenticationToken.Builder compartmentId(String compartmentId) 
 - 
tokenpublic RealtimeMessageAuthenticationToken.Builder token(String token) The token (JWT) obtained from the realtime transcription session endpoint.- Parameters:
- token- the value to set
- Returns:
- this builder
 
 - 
buildpublic RealtimeMessageAuthenticationToken build() 
 - 
copypublic RealtimeMessageAuthenticationToken.Builder copy(RealtimeMessageAuthenticationToken model) 
 
- 
 
-