Class ExternalAsmCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExternalAsmCollection.Builder
-
- Enclosing class:
- ExternalAsmCollection
public static class ExternalAsmCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalAsmCollection
build()
ExternalAsmCollection.Builder
copy(ExternalAsmCollection model)
ExternalAsmCollection.Builder
items(List<ExternalAsmSummary> items)
An array of external ASMs.
-
-
-
Method Detail
-
items
public ExternalAsmCollection.Builder items(List<ExternalAsmSummary> items)
An array of external ASMs.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ExternalAsmCollection build()
-
copy
public ExternalAsmCollection.Builder copy(ExternalAsmCollection model)
-
-