Class ExternalExadataInfrastructureCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.ExternalExadataInfrastructureCollection.Builder
 
- 
- Enclosing class:
- ExternalExadataInfrastructureCollection
 
 public static class ExternalExadataInfrastructureCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalExadataInfrastructureCollectionbuild()ExternalExadataInfrastructureCollection.Buildercopy(ExternalExadataInfrastructureCollection model)ExternalExadataInfrastructureCollection.Builderitems(List<ExternalExadataInfrastructureSummary> items)A list of Exadata infrastructures.
 
- 
- 
- 
Method Detail- 
itemspublic ExternalExadataInfrastructureCollection.Builder items(List<ExternalExadataInfrastructureSummary> items) A list of Exadata infrastructures.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExternalExadataInfrastructureCollection build() 
 - 
copypublic ExternalExadataInfrastructureCollection.Builder copy(ExternalExadataInfrastructureCollection model) 
 
- 
 
-