Interface Id3Insertion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Id3Insertion.Builder,Id3Insertion>,SdkBuilder<Id3Insertion.Builder,Id3Insertion>,SdkPojo
- Enclosing class:
- Id3Insertion
public static interface Id3Insertion.Builder extends SdkPojo, CopyableBuilder<Id3Insertion.Builder,Id3Insertion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Id3Insertion.Builderid3(String id3)Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.Id3Insertion.Buildertimecode(String timecode)Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.-
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
-
id3
Id3Insertion.Builder id3(String id3)
Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.- Parameters:
id3- Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timecode
Id3Insertion.Builder timecode(String timecode)
Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.- Parameters:
timecode- Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-