Class ContainerEmptyDirVolume.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerinstances.model.ContainerEmptyDirVolume.Builder
 
- 
- Enclosing class:
- ContainerEmptyDirVolume
 
 public static class ContainerEmptyDirVolume.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerEmptyDirVolume.BuilderbackingStore(ContainerEmptyDirVolume.BackingStore backingStore)The volume type of the empty directory, can be either File Storage or Memory.ContainerEmptyDirVolumebuild()ContainerEmptyDirVolume.Buildercopy(ContainerEmptyDirVolume model)ContainerEmptyDirVolume.Buildername(String name)
 
- 
- 
- 
Method Detail- 
namepublic ContainerEmptyDirVolume.Builder name(String name) 
 - 
backingStorepublic ContainerEmptyDirVolume.Builder backingStore(ContainerEmptyDirVolume.BackingStore backingStore) The volume type of the empty directory, can be either File Storage or Memory.- Parameters:
- backingStore- the value to set
- Returns:
- this builder
 
 - 
buildpublic ContainerEmptyDirVolume build() 
 - 
copypublic ContainerEmptyDirVolume.Builder copy(ContainerEmptyDirVolume model) 
 
- 
 
-