Interface UpdateResourceRequest.Builder

    • Method Detail

      • organizationId

        UpdateResourceRequest.Builder organizationId​(String organizationId)

        The identifier associated with the organization for which the resource is updated.

        Parameters:
        organizationId - The identifier associated with the organization for which the resource is updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        UpdateResourceRequest.Builder resourceId​(String resourceId)

        The identifier of the resource to be updated.

        The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

        • Resource ID: r-0123456789a0123456789b0123456789

        • Email address: resource@domain.tld

        • Resource name: resource

        Parameters:
        resourceId - The identifier of the resource to be updated.

        The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

        • Resource ID: r-0123456789a0123456789b0123456789

        • Email address: resource@domain.tld

        • Resource name: resource

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateResourceRequest.Builder name​(String name)

        The name of the resource to be updated.

        Parameters:
        name - The name of the resource to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bookingOptions

        UpdateResourceRequest.Builder bookingOptions​(BookingOptions bookingOptions)

        The resource's booking options to be updated.

        Parameters:
        bookingOptions - The resource's booking options to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateResourceRequest.Builder description​(String description)

        Updates the resource description.

        Parameters:
        description - Updates the resource description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenFromGlobalAddressList

        UpdateResourceRequest.Builder hiddenFromGlobalAddressList​(Boolean hiddenFromGlobalAddressList)

        If enabled, the resource is hidden from the global address list.

        Parameters:
        hiddenFromGlobalAddressList - If enabled, the resource is hidden from the global address list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.