Class ContainerEmptyDirVolume.Builder
- java.lang.Object
-
- com.oracle.bmc.containerinstances.model.ContainerEmptyDirVolume.Builder
-
- Enclosing class:
- ContainerEmptyDirVolume
public static class ContainerEmptyDirVolume.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerEmptyDirVolume.Builder
backingStore(ContainerEmptyDirVolume.BackingStore backingStore)
The volume type of the empty directory, can be either File Storage or Memory.ContainerEmptyDirVolume
build()
ContainerEmptyDirVolume.Builder
copy(ContainerEmptyDirVolume model)
ContainerEmptyDirVolume.Builder
name(String name)
-
-
-
Method Detail
-
name
public ContainerEmptyDirVolume.Builder name(String name)
-
backingStore
public 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
-
build
public ContainerEmptyDirVolume build()
-
copy
public ContainerEmptyDirVolume.Builder copy(ContainerEmptyDirVolume model)
-
-