| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Volume.Builder |
Volume.builder() |
Volume.Builder |
Volume.Builder.dockerVolumeConfiguration(DockerVolumeConfiguration dockerVolumeConfiguration)
Sets the value of
Volume.getDockerVolumeConfiguration() |
Volume.Builder |
Volume.Builder.efsVolumeConfiguration(EfsVolumeConfiguration efsVolumeConfiguration)
Sets the value of
Volume.getEfsVolumeConfiguration() |
Volume.Builder |
Volume.Builder.host(Host host)
Sets the value of
Volume.getHost() |
Volume.Builder |
Volume.Builder.name(String name)
Sets the value of
Volume.getName() |
| Constructor and Description |
|---|
Jsii$Proxy(Volume.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Volume.Builder. |
Copyright © 2022. All rights reserved.