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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociatedTranscript.Buildertranscript(String transcript)The content of the transcript that meets the search filter criteria.-
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 Detail
-
transcript
AssociatedTranscript.Builder transcript(String 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.
-
-