Interface LocalVolumeResourceData.Builder

    • Method Detail

      • destinationPath

        LocalVolumeResourceData.Builder destinationPath​(String destinationPath)
        The absolute local path of the resource inside the Lambda environment.
        Parameters:
        destinationPath - The absolute local path of the resource inside the Lambda environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupOwnerSetting

        LocalVolumeResourceData.Builder groupOwnerSetting​(GroupOwnerSetting groupOwnerSetting)
        Allows you to configure additional group privileges for the Lambda process. This field is optional.
        Parameters:
        groupOwnerSetting - Allows you to configure additional group privileges for the Lambda process. This field is optional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourcePath

        LocalVolumeResourceData.Builder sourcePath​(String sourcePath)
        The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.
        Parameters:
        sourcePath - The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.
        Returns:
        Returns a reference to this object so that method calls can be chained together.