Interface AwsMountPoint.Builder

    • Method Detail

      • sourceVolume

        AwsMountPoint.Builder sourceVolume​(String sourceVolume)

        The name of the volume to mount. Must be a volume name referenced in the name parameter of task definition volume.

        Parameters:
        sourceVolume - The name of the volume to mount. Must be a volume name referenced in the name parameter of task definition volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • containerPath

        AwsMountPoint.Builder containerPath​(String containerPath)

        The path on the container to mount the host volume at.

        Parameters:
        containerPath - The path on the container to mount the host volume at.
        Returns:
        Returns a reference to this object so that method calls can be chained together.