Class DataLakeSignedIdentifier


  • public class DataLakeSignedIdentifier
    extends Object
    signed identifier.
    • Constructor Detail

      • DataLakeSignedIdentifier

        public DataLakeSignedIdentifier()
    • Method Detail

      • getId

        public String getId()
        Get the id property: a unique id.
        Returns:
        the id value.
      • setId

        public DataLakeSignedIdentifier setId​(String id)
        Set the id property: a unique id.
        Parameters:
        id - the id value to set.
        Returns:
        the DataLakeSignedIdentifier object itself.
      • getAccessPolicy

        public DataLakeAccessPolicy getAccessPolicy()
        Get the accessPolicy property: The accessPolicy property.
        Returns:
        the accessPolicy value.
      • setAccessPolicy

        public DataLakeSignedIdentifier setAccessPolicy​(DataLakeAccessPolicy accessPolicy)
        Set the accessPolicy property: The accessPolicy property.
        Parameters:
        accessPolicy - the accessPolicy value to set.
        Returns:
        the DataLakeSignedIdentifier object itself.