| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static HostPath.Builder |
HostPath.builder() |
HostPath.Builder |
HostPath.Builder.path(String path)
Path of the file or directory on the host that the volume maps to.
|
HostPath.Builder |
HostPath.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HostPath.Builder> |
HostPath.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Volume.Builder |
Volume.Builder.hostPath(Consumer<HostPath.Builder> hostPath)
Represents a pre-existing file or directory on the host machine that the volume maps to.
|
Copyright © 2022. All rights reserved.