Interface AssociatedTranscript.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AssociatedTranscript.Builder,,AssociatedTranscript> SdkBuilder<AssociatedTranscript.Builder,,AssociatedTranscript> SdkPojo
- Enclosing class:
 AssociatedTranscript
public static interface AssociatedTranscript.Builder
extends SdkPojo, CopyableBuilder<AssociatedTranscript.Builder,AssociatedTranscript> 
- 
Method Summary
Modifier and TypeMethodDescriptiontranscript(String transcript) The content of the transcript that meets the search filter criteria.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
transcript
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
- Parameters:
 transcript- The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -