Class GroundingSupportSegment.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeaiinference.model.GroundingSupportSegment.Builder
 
- 
- Enclosing class:
- GroundingSupportSegment
 
 public static class GroundingSupportSegment.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GroundingSupportSegmentbuild()GroundingSupportSegment.Buildercopy(GroundingSupportSegment model)GroundingSupportSegment.BuilderendIndex(Integer endIndex)The end indexGroundingSupportSegment.BuilderstartIndex(Integer startIndex)The start indexGroundingSupportSegment.Buildertext(String text)the text in the segment
 
- 
- 
- 
Method Detail- 
startIndexpublic GroundingSupportSegment.Builder startIndex(Integer startIndex) The start index- Parameters:
- startIndex- the value to set
- Returns:
- this builder
 
 - 
endIndexpublic GroundingSupportSegment.Builder endIndex(Integer endIndex) The end index- Parameters:
- endIndex- the value to set
- Returns:
- this builder
 
 - 
textpublic GroundingSupportSegment.Builder text(String text) the text in the segment- Parameters:
- text- the value to set
- Returns:
- this builder
 
 - 
buildpublic GroundingSupportSegment build() 
 - 
copypublic GroundingSupportSegment.Builder copy(GroundingSupportSegment model) 
 
- 
 
-