Uses of Class
software.amazon.awscdk.services.ecs.MountPoint.Builder
Packages that use MountPoint.Builder
-
Uses of MountPoint.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return MountPoint.BuilderModifier and TypeMethodDescriptionstatic MountPoint.Builder
MountPoint.builder()
MountPoint.Builder.containerPath
(String containerPath) Sets the value ofMountPoint.getContainerPath()
Sets the value ofMountPoint.getReadOnly()
MountPoint.Builder.sourceVolume
(String sourceVolume) Sets the value ofMountPoint.getSourceVolume()
Constructors in software.amazon.awscdk.services.ecs with parameters of type MountPoint.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(MountPoint.Builder builder) Constructor that initializes the object based on literal property values passed by theMountPoint.Builder
.