Class HostedDeploymentCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.HostedDeploymentCollection.Builder
-
- Enclosing class:
- HostedDeploymentCollection
public static class HostedDeploymentCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostedDeploymentCollectionbuild()HostedDeploymentCollection.Buildercopy(HostedDeploymentCollection model)HostedDeploymentCollection.Builderitems(List<HostedDeploymentSummary> items)List of hosted deployments.
-
-
-
Method Detail
-
items
public HostedDeploymentCollection.Builder items(List<HostedDeploymentSummary> items)
List of hosted deployments.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public HostedDeploymentCollection build()
-
copy
public HostedDeploymentCollection.Builder copy(HostedDeploymentCollection model)
-
-