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 Summary
ConstructorsConstructorDescriptionCreates an instance of ServerlessRuntimeConfigPropertiesUpdate class. -
Method Summary
Modifier and TypeMethodDescriptionGet the cdiConfigProps property: The List of Informatica Serverless Runtime CDI Config Properties.Get the cdieConfigProps property: The List of Informatica Serverless Runtime CDIE Config Properties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerlessRuntimeConfigPropertiesUpdate from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withCdiConfigProps(List<CdiConfigProps> cdiConfigProps) Set the cdiConfigProps property: The List of Informatica Serverless Runtime CDI Config Properties.withCdieConfigProps(List<CdiConfigProps> cdieConfigProps) Set the cdieConfigProps property: The List of Informatica Serverless Runtime CDIE Config Properties.
-
Constructor Details
-
ServerlessRuntimeConfigPropertiesUpdate
public ServerlessRuntimeConfigPropertiesUpdate()Creates an instance of ServerlessRuntimeConfigPropertiesUpdate class.
-
-
Method Details
-
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
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
- Specified by:
toJsonin interfacecom.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.
-