Class GroundingWebChunk.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiinference.model.GroundingWebChunk.Builder
-
- Enclosing class:
- GroundingWebChunk
public static class GroundingWebChunk.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroundingWebChunkbuild()GroundingWebChunk.Buildercopy(GroundingWebChunk model)GroundingWebChunk.Builderdomain(String domain)the domain of the web sourceGroundingWebChunk.Buildertitle(String title)The title of the web sourceGroundingWebChunk.Builderuri(String uri)The web source’s uri
-
-
-
Method Detail
-
uri
public GroundingWebChunk.Builder uri(String uri)
The web source’s uri- Parameters:
uri- the value to set- Returns:
- this builder
-
title
public GroundingWebChunk.Builder title(String title)
The title of the web source- Parameters:
title- the value to set- Returns:
- this builder
-
domain
public GroundingWebChunk.Builder domain(String domain)
the domain of the web source- Parameters:
domain- the value to set- Returns:
- this builder
-
build
public GroundingWebChunk build()
-
copy
public GroundingWebChunk.Builder copy(GroundingWebChunk model)
-
-