Class ServerlessRuntimeConfigPropertiesUpdate

java.lang.Object
com.azure.resourcemanager.informaticadatamanagement.models.ServerlessRuntimeConfigPropertiesUpdate
All Implemented Interfaces:
com.azure.json.JsonSerializable<ServerlessRuntimeConfigPropertiesUpdate>

public final class ServerlessRuntimeConfigPropertiesUpdate extends Object implements com.azure.json.JsonSerializable<ServerlessRuntimeConfigPropertiesUpdate>
The template for adding optional properties.
  • Constructor Details

    • ServerlessRuntimeConfigPropertiesUpdate

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

    • cdiConfigProps

      public List<CdiConfigProps> cdiConfigProps()
      Get the cdiConfigProps property: The List of Informatica Serverless Runtime CDI Config Properties.
      Returns:
      the cdiConfigProps value.
    • withCdiConfigProps

      public ServerlessRuntimeConfigPropertiesUpdate withCdiConfigProps(List<CdiConfigProps> cdiConfigProps)
      Set the cdiConfigProps property: The List of Informatica Serverless Runtime CDI Config Properties.
      Parameters:
      cdiConfigProps - the cdiConfigProps value to set.
      Returns:
      the ServerlessRuntimeConfigPropertiesUpdate object itself.
    • cdieConfigProps

      public List<CdiConfigProps> cdieConfigProps()
      Get the cdieConfigProps property: The List of Informatica Serverless Runtime CDIE Config Properties.
      Returns:
      the cdieConfigProps value.
    • withCdieConfigProps

      public ServerlessRuntimeConfigPropertiesUpdate withCdieConfigProps(List<CdiConfigProps> cdieConfigProps)
      Set the cdieConfigProps property: The List of Informatica Serverless Runtime CDIE Config Properties.
      Parameters:
      cdieConfigProps - the cdieConfigProps value to set.
      Returns:
      the ServerlessRuntimeConfigPropertiesUpdate object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ServerlessRuntimeConfigPropertiesUpdate>
      Throws:
      IOException
    • fromJson

      public static ServerlessRuntimeConfigPropertiesUpdate fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ServerlessRuntimeConfigPropertiesUpdate from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ServerlessRuntimeConfigPropertiesUpdate if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the ServerlessRuntimeConfigPropertiesUpdate.