Class WorkspaceUpdateParameters


  • public final class WorkspaceUpdateParameters
    extends Object
    Parameters for updating a workspace resource.
    • Constructor Detail

      • WorkspaceUpdateParameters

        public WorkspaceUpdateParameters()
    • Method Detail

      • getTags

        public Map<String,​String> getTags()
        Get the tags property: The resource tags.
        Returns:
        the tags value.
      • setTags

        public WorkspaceUpdateParameters setTags​(Map<String,​String> tags)
        Set the tags property: The resource tags.
        Parameters:
        tags - the tags value to set.
        Returns:
        the WorkspaceUpdateParameters object itself.
      • getIdentity

        public WorkspaceIdentity getIdentity()
        Get the identity property: Managed service identity of the workspace.
        Returns:
        the identity value.
      • setIdentity

        public WorkspaceUpdateParameters setIdentity​(WorkspaceIdentity identity)
        Set the identity property: Managed service identity of the workspace.
        Parameters:
        identity - the identity value to set.
        Returns:
        the WorkspaceUpdateParameters object itself.