| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static MountPoint.Builder |
MountPoint.builder() |
MountPoint.Builder |
MountPoint.Builder.containerPath(String containerPath)
The path on the container to mount the host volume at.
|
MountPoint.Builder |
MountPoint.Builder.readOnly(Boolean readOnly)
If this value is
true, the container has read-only access to the volume. |
MountPoint.Builder |
MountPoint.Builder.sourceVolume(String sourceVolume)
The name of the volume to mount.
|
MountPoint.Builder |
MountPoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MountPoint.Builder> |
MountPoint.serializableBuilderClass() |
Copyright © 2023. All rights reserved.