Class CertificateUpdateParameters

java.lang.Object
com.azure.resourcemanager.automation.models.CertificateUpdateParameters

public final class CertificateUpdateParameters extends Object
The parameters supplied to the update certificate operation.
  • Constructor Details

    • CertificateUpdateParameters

      public CertificateUpdateParameters()
  • Method Details

    • name

      public String name()
      Get the name property: Gets or sets the name of the certificate.
      Returns:
      the name value.
    • withName

      public CertificateUpdateParameters withName(String name)
      Set the name property: Gets or sets the name of the certificate.
      Parameters:
      name - the name value to set.
      Returns:
      the CertificateUpdateParameters object itself.
    • description

      public String description()
      Get the description property: Gets or sets the description of the certificate.
      Returns:
      the description value.
    • withDescription

      public CertificateUpdateParameters withDescription(String description)
      Set the description property: Gets or sets the description of the certificate.
      Parameters:
      description - the description value to set.
      Returns:
      the CertificateUpdateParameters object itself.
    • validate

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