Class ResourceDownloadOwnerSetting

    • Method Detail

      • groupOwner

        public final String groupOwner()
        The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.
        Returns:
        The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.
      • groupPermission

        public final Permission groupPermission()
        The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).

        If the service returns an enum value that is not available in the current SDK version, groupPermission will return Permission.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from groupPermissionAsString().

        Returns:
        The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
        See Also:
        Permission
      • groupPermissionAsString

        public final String groupPermissionAsString()
        The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).

        If the service returns an enum value that is not available in the current SDK version, groupPermission will return Permission.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from groupPermissionAsString().

        Returns:
        The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
        See Also:
        Permission
      • 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)