Interface CharacterOffsets.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CharacterOffsets.Builder,CharacterOffsets>,SdkBuilder<CharacterOffsets.Builder,CharacterOffsets>,SdkPojo
- Enclosing class:
- CharacterOffsets
@Mutable @NotThreadSafe public static interface CharacterOffsets.Builder extends SdkPojo, CopyableBuilder<CharacterOffsets.Builder,CharacterOffsets>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacterOffsets.Builderbegin(Integer begin)Provides the character count of the first character where a match is identified.CharacterOffsets.Builderend(Integer end)Provides the character count of the last character where a match is identified.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
begin
CharacterOffsets.Builder begin(Integer begin)
Provides the character count of the first character where a match is identified. For example, the first character associated with an issue or a category match in a segment transcript.
- Parameters:
begin- Provides the character count of the first character where a match is identified. For example, the first character associated with an issue or a category match in a segment transcript.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
CharacterOffsets.Builder end(Integer end)
Provides the character count of the last character where a match is identified. For example, the last character associated with an issue or a category match in a segment transcript.
- Parameters:
end- Provides the character count of the last character where a match is identified. For example, the last character associated with an issue or a category match in a segment transcript.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-