public static class ContainerEmptyDirVolume.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public ContainerEmptyDirVolume.Builder name(String name)
public ContainerEmptyDirVolume.Builder backingStore(ContainerEmptyDirVolume.BackingStore backingStore)
The volume type of the empty directory, can be either File Storage or Memory.
backingStore
- the value to setpublic ContainerEmptyDirVolume build()
public ContainerEmptyDirVolume.Builder copy(ContainerEmptyDirVolume model)
Copyright © 2016–2024. All rights reserved.