Class GatewayCustomDomainProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.GatewayCustomDomainProperties

public final class GatewayCustomDomainProperties extends Object
The properties of custom domain for Spring Cloud Gateway.
  • Constructor Details

    • GatewayCustomDomainProperties

      public GatewayCustomDomainProperties()
      Creates an instance of GatewayCustomDomainProperties class.
  • Method Details

    • thumbprint

      public String thumbprint()
      Get the thumbprint property: The thumbprint of bound certificate.
      Returns:
      the thumbprint value.
    • withThumbprint

      public GatewayCustomDomainProperties withThumbprint(String thumbprint)
      Set the thumbprint property: The thumbprint of bound certificate.
      Parameters:
      thumbprint - the thumbprint value to set.
      Returns:
      the GatewayCustomDomainProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.