Class DeleteSpeakerModelOptions.Builder
java.lang.Object
com.ibm.watson.text_to_speech.v1.model.DeleteSpeakerModelOptions.Builder
- Enclosing class:
- DeleteSpeakerModelOptions
public static class DeleteSpeakerModelOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DeleteSpeakerModelOptions
build()
Builds a DeleteSpeakerModelOptions.DeleteSpeakerModelOptions.Builder
speakerId(String speakerId)
Set the speakerId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
speakerId
- the speakerId
-
-
Method Details
-
build
Builds a DeleteSpeakerModelOptions.- Returns:
- the new DeleteSpeakerModelOptions instance
-
speakerId
Set the speakerId.- Parameters:
speakerId
- the speakerId- Returns:
- the DeleteSpeakerModelOptions builder
-