Class LocalVolumeResourceData

    • Method Detail

      • destinationPath

        public final String destinationPath()
        The absolute local path of the resource inside the Lambda environment.
        Returns:
        The absolute local path of the resource inside the Lambda environment.
      • groupOwnerSetting

        public final GroupOwnerSetting groupOwnerSetting()
        Allows you to configure additional group privileges for the Lambda process. This field is optional.
        Returns:
        Allows you to configure additional group privileges for the Lambda process. This field is optional.
      • sourcePath

        public final 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''.
        Returns:
        The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)