Class LakeFormationOptInsInfo

    • Method Detail

      • resource

        public final Resource resource()
        Returns the value of the Resource property for this object.
        Returns:
        The value of the Resource property for this object.
      • principal

        public final DataLakePrincipal principal()
        Returns the value of the Principal property for this object.
        Returns:
        The value of the Principal property for this object.
      • condition

        public final Condition condition()

        A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.

        Returns:
        A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.
      • lastModified

        public final Instant lastModified()

        The last modified date and time of the record.

        Returns:
        The last modified date and time of the record.
      • lastUpdatedBy

        public final String lastUpdatedBy()

        The user who updated the record.

        Returns:
        The user who updated the record.
      • 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)