Class UrlMapOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • defaultService

        public UrlMapOptions.Builder defaultService​(URI defaultService)
        The URL of the BackendService resource if none of the hostRules match.
      • fingerprint

        public UrlMapOptions.Builder fingerprint​(String fingerprint)
        Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap.
      • build

        public UrlMapOptions build()
        Builds the UrlMapOptions. Note: This enforces that "name" and "defaultService" are not null as the GCE API expects. If you are patching an existing UrlMap you may wish to use buildForPatch() instead.
      • buildForPatch

        public UrlMapOptions buildForPatch()
        This build option is specifically for when patching an existing UrlMap. If not patching an existing urlMap it is recommended that you use build().