Class ResourceSetResourceSet


  • public final class ResourceSetResourceSet
    extends java.lang.Object
    • Method Detail

      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Description of the resource set.
      • id

        public java.util.Optional<java.lang.String> id()
        Returns:
        Unique identifier for the resource set. It's returned in the responses to create and list commands. You provide it to operations like update and delete.
      • lastUpdateTime

        public java.util.Optional<java.lang.String> lastUpdateTime()
        Returns:
        Last time that the reosurce set was changed.
      • name

        public java.lang.String name()
        Returns:
        Descriptive name of the resource set. You can't change the name of a resource set after you create it.
      • resourceSetStatus

        public java.util.Optional<java.lang.String> resourceSetStatus()
        Returns:
        Indicates whether the resource set is in or out of the admin's Region scope. Valid values are `ACTIVE` (Admin can manage and delete the resource set) or `OUT_OF_ADMIN_SCOPE` (Admin can view the resource set, but theyy can't edit or delete the resource set.)
      • resourceTypeLists

        public java.util.List<java.lang.String> resourceTypeLists()
        Returns:
        Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.
      • updateToken

        public java.util.Optional<java.lang.String> updateToken()