| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static Host.Builder |
Host.builder() |
Host.Builder |
Host.Builder.sourcePath(String sourcePath)
The path on the host container instance that's presented to the container.
|
Host.Builder |
Host.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Host.Builder> |
Host.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Volume.Builder |
Volume.Builder.host(Consumer<Host.Builder> host)
The contents of the
host parameter determine whether your data volume persists on the host
container instance and where it's stored. |
Copyright © 2023. All rights reserved.