SchemaRegistryClusterSpecEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. SchemaRegistryClusterSpecEntity
- com.
Implements
public final class SchemaRegistryClusterSpecEntity
implements JsonSerializable<SchemaRegistryClusterSpecEntity>
Details of schema registry cluster spec.
Constructor Summary
| Constructor | Description |
|---|---|
| SchemaRegistryClusterSpecEntity() |
Creates an instance of Schema |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
cloud()
Get the cloud property: The cloud service provider. |
|
Schema |
environment()
Get the environment property: Environment details of the schema registry cluster. |
|
static
Schema |
fromJson(JsonReader jsonReader)
Reads an instance of Schema |
| String |
httpEndpoint()
Get the http |
| String |
name()
Get the name property: Name of the schema registry cluster. |
| String |
packageProperty()
Get the package |
|
Schema |
region()
Get the region property: Region details of the schema registry cluster. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Schema |
withCloud(String cloud)
Set the cloud property: The cloud service provider. |
|
Schema |
withEnvironment(SchemaRegistryClusterEnvironmentRegionEntity environment)
Set the environment property: Environment details of the schema registry cluster. |
|
Schema |
withHttpEndpoint(String httpEndpoint)
Set the http |
|
Schema |
withName(String name)
Set the name property: Name of the schema registry cluster. |
|
Schema |
withPackageProperty(String packageProperty)
Set the package |
|
Schema |
withRegion(SchemaRegistryClusterEnvironmentRegionEntity region)
Set the region property: Region details of the schema registry cluster. |
Methods inherited from java.lang.Object
Constructor Details
SchemaRegistryClusterSpecEntity
public SchemaRegistryClusterSpecEntity()
Creates an instance of SchemaRegistryClusterSpecEntity class.
Method Details
cloud
public String cloud()
Get the cloud property: The cloud service provider.
Returns:
environment
public SchemaRegistryClusterEnvironmentRegionEntity environment()
Get the environment property: Environment details of the schema registry cluster.
Returns:
fromJson
public static SchemaRegistryClusterSpecEntity fromJson(JsonReader jsonReader)
Reads an instance of SchemaRegistryClusterSpecEntity from the JsonReader.
Parameters:
Returns:
Throws:
httpEndpoint
public String httpEndpoint()
Get the httpEndpoint property: Http endpoint of the cluster.
Returns:
name
public String name()
Get the name property: Name of the schema registry cluster.
Returns:
packageProperty
public String packageProperty()
Get the packageProperty property: Type of the cluster package Advanced, essentials.
Returns:
region
public SchemaRegistryClusterEnvironmentRegionEntity region()
Get the region property: Region details of the schema registry cluster.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCloud
public SchemaRegistryClusterSpecEntity withCloud(String cloud)
Set the cloud property: The cloud service provider.
Parameters:
Returns:
withEnvironment
public SchemaRegistryClusterSpecEntity withEnvironment(SchemaRegistryClusterEnvironmentRegionEntity environment)
Set the environment property: Environment details of the schema registry cluster.
Parameters:
Returns:
withHttpEndpoint
public SchemaRegistryClusterSpecEntity withHttpEndpoint(String httpEndpoint)
Set the httpEndpoint property: Http endpoint of the cluster.
Parameters:
Returns:
withName
public SchemaRegistryClusterSpecEntity withName(String name)
Set the name property: Name of the schema registry cluster.
Parameters:
Returns:
withPackageProperty
public SchemaRegistryClusterSpecEntity withPackageProperty(String packageProperty)
Set the packageProperty property: Type of the cluster package Advanced, essentials.
Parameters:
Returns:
withRegion
public SchemaRegistryClusterSpecEntity withRegion(SchemaRegistryClusterEnvironmentRegionEntity region)
Set the region property: Region details of the schema registry cluster.
Parameters:
Returns: