Uses of Class
software.amazon.awscdk.services.ecs.CfnTaskDefinition.MountPointProperty.Builder
-
Uses of CfnTaskDefinition.MountPointProperty.Builder in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionCfnTaskDefinition.MountPointProperty.builder()
CfnTaskDefinition.MountPointProperty.Builder.containerPath
(String containerPath) Sets the value ofCfnTaskDefinition.MountPointProperty.getContainerPath()
Sets the value ofCfnTaskDefinition.MountPointProperty.getReadOnly()
CfnTaskDefinition.MountPointProperty.Builder.readOnly
(IResolvable readOnly) Sets the value ofCfnTaskDefinition.MountPointProperty.getReadOnly()
CfnTaskDefinition.MountPointProperty.Builder.sourceVolume
(String sourceVolume) Sets the value ofCfnTaskDefinition.MountPointProperty.getSourceVolume()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTaskDefinition.MountPointProperty.Builder
.