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
Modifier and TypeMethodDescriptionProvides the character count of the first character where a match is identified.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 Details
-
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
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.
-