### YamlMime:JavaType uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity" name: "SCClusterSpecEntity" nameWithType: "SCClusterSpecEntity" summary: "Spec of the cluster record." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **SCClusterSpecEntity**" constructors: - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.SCClusterSpecEntity()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.SCClusterSpecEntity()" name: "SCClusterSpecEntity()" nameWithType: "SCClusterSpecEntity.SCClusterSpecEntity()" summary: "Creates an instance of SCClusterSpecEntity class." syntax: "public SCClusterSpecEntity()" desc: "Creates an instance of SCClusterSpecEntity class." methods: - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.apiEndpoint()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.apiEndpoint()" name: "apiEndpoint()" nameWithType: "SCClusterSpecEntity.apiEndpoint()" summary: "Get the apiEndpoint property: The Kafka API cluster endpoint." syntax: "public String apiEndpoint()" desc: "Get the apiEndpoint property: The Kafka API cluster endpoint." returns: description: "the apiEndpoint value." type: "String" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.availability()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.availability()" name: "availability()" nameWithType: "SCClusterSpecEntity.availability()" summary: "Get the availability property: The availability zone configuration of the cluster." syntax: "public String availability()" desc: "Get the availability property: The availability zone configuration of the cluster." returns: description: "the availability value." type: "String" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.byok()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.byok()" name: "byok()" nameWithType: "SCClusterSpecEntity.byok()" summary: "Get the byok property: Specification of the cluster byok." syntax: "public SCClusterByokEntity byok()" desc: "Get the byok property: Specification of the cluster byok." returns: description: "the byok value." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.cloud()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.cloud()" name: "cloud()" nameWithType: "SCClusterSpecEntity.cloud()" summary: "Get the cloud property: The cloud service provider." syntax: "public String cloud()" desc: "Get the cloud property: The cloud service provider." returns: description: "the cloud value." type: "String" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.config()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.config()" name: "config()" nameWithType: "SCClusterSpecEntity.config()" summary: "Get the config property: Specification of the cluster configuration." syntax: "public ClusterConfigEntity config()" desc: "Get the config property: Specification of the cluster configuration." returns: description: "the config value." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.environment()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.environment()" name: "environment()" nameWithType: "SCClusterSpecEntity.environment()" summary: "Get the environment property: Specification of the cluster environment." syntax: "public SCClusterNetworkEnvironmentEntity environment()" desc: "Get the environment property: Specification of the cluster environment." returns: description: "the environment value." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.httpEndpoint()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.httpEndpoint()" name: "httpEndpoint()" nameWithType: "SCClusterSpecEntity.httpEndpoint()" summary: "Get the httpEndpoint property: The cluster HTTP request URL." syntax: "public String httpEndpoint()" desc: "Get the httpEndpoint property: The cluster HTTP request URL." returns: description: "the httpEndpoint value." type: "String" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.kafkaBootstrapEndpoint()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.kafkaBootstrapEndpoint()" name: "kafkaBootstrapEndpoint()" nameWithType: "SCClusterSpecEntity.kafkaBootstrapEndpoint()" summary: "Get the kafkaBootstrapEndpoint property: The bootstrap endpoint used by Kafka clients to connect to the cluster." syntax: "public String kafkaBootstrapEndpoint()" desc: "Get the kafkaBootstrapEndpoint property: The bootstrap endpoint used by Kafka clients to connect to the cluster." returns: description: "the kafkaBootstrapEndpoint value." type: "String" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.name()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.name()" name: "name()" nameWithType: "SCClusterSpecEntity.name()" summary: "Get the name property: The name of the cluster." syntax: "public String name()" desc: "Get the name property: The name of the cluster." returns: description: "the name value." type: "String" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.network()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.network()" name: "network()" nameWithType: "SCClusterSpecEntity.network()" summary: "Get the network property: Specification of the cluster network." syntax: "public SCClusterNetworkEnvironmentEntity network()" desc: "Get the network property: Specification of the cluster network." returns: description: "the network value." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.region()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.region()" name: "region()" nameWithType: "SCClusterSpecEntity.region()" summary: "Get the region property: The cloud service provider region." syntax: "public String region()" desc: "Get the region property: The cloud service provider region." returns: description: "the region value." type: "String" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.validate()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.validate()" name: "validate()" nameWithType: "SCClusterSpecEntity.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withApiEndpoint(java.lang.String)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withApiEndpoint(String apiEndpoint)" name: "withApiEndpoint(String apiEndpoint)" nameWithType: "SCClusterSpecEntity.withApiEndpoint(String apiEndpoint)" summary: "Set the apiEndpoint property: The Kafka API cluster endpoint." parameters: - description: "the apiEndpoint value to set." name: "apiEndpoint" type: "String" syntax: "public SCClusterSpecEntity withApiEndpoint(String apiEndpoint)" desc: "Set the apiEndpoint property: The Kafka API cluster endpoint." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withAvailability(java.lang.String)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withAvailability(String availability)" name: "withAvailability(String availability)" nameWithType: "SCClusterSpecEntity.withAvailability(String availability)" summary: "Set the availability property: The availability zone configuration of the cluster." parameters: - description: "the availability value to set." name: "availability" type: "String" syntax: "public SCClusterSpecEntity withAvailability(String availability)" desc: "Set the availability property: The availability zone configuration of the cluster." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withByok(com.azure.resourcemanager.confluent.models.SCClusterByokEntity)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withByok(SCClusterByokEntity byok)" name: "withByok(SCClusterByokEntity byok)" nameWithType: "SCClusterSpecEntity.withByok(SCClusterByokEntity byok)" summary: "Set the byok property: Specification of the cluster byok." parameters: - description: "the byok value to set." name: "byok" type: "" syntax: "public SCClusterSpecEntity withByok(SCClusterByokEntity byok)" desc: "Set the byok property: Specification of the cluster byok." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withCloud(java.lang.String)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withCloud(String cloud)" name: "withCloud(String cloud)" nameWithType: "SCClusterSpecEntity.withCloud(String cloud)" summary: "Set the cloud property: The cloud service provider." parameters: - description: "the cloud value to set." name: "cloud" type: "String" syntax: "public SCClusterSpecEntity withCloud(String cloud)" desc: "Set the cloud property: The cloud service provider." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withConfig(com.azure.resourcemanager.confluent.models.ClusterConfigEntity)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withConfig(ClusterConfigEntity config)" name: "withConfig(ClusterConfigEntity config)" nameWithType: "SCClusterSpecEntity.withConfig(ClusterConfigEntity config)" summary: "Set the config property: Specification of the cluster configuration." parameters: - description: "the config value to set." name: "config" type: "" syntax: "public SCClusterSpecEntity withConfig(ClusterConfigEntity config)" desc: "Set the config property: Specification of the cluster configuration." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withEnvironment(com.azure.resourcemanager.confluent.models.SCClusterNetworkEnvironmentEntity)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withEnvironment(SCClusterNetworkEnvironmentEntity environment)" name: "withEnvironment(SCClusterNetworkEnvironmentEntity environment)" nameWithType: "SCClusterSpecEntity.withEnvironment(SCClusterNetworkEnvironmentEntity environment)" summary: "Set the environment property: Specification of the cluster environment." parameters: - description: "the environment value to set." name: "environment" type: "" syntax: "public SCClusterSpecEntity withEnvironment(SCClusterNetworkEnvironmentEntity environment)" desc: "Set the environment property: Specification of the cluster environment." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withHttpEndpoint(java.lang.String)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withHttpEndpoint(String httpEndpoint)" name: "withHttpEndpoint(String httpEndpoint)" nameWithType: "SCClusterSpecEntity.withHttpEndpoint(String httpEndpoint)" summary: "Set the httpEndpoint property: The cluster HTTP request URL." parameters: - description: "the httpEndpoint value to set." name: "httpEndpoint" type: "String" syntax: "public SCClusterSpecEntity withHttpEndpoint(String httpEndpoint)" desc: "Set the httpEndpoint property: The cluster HTTP request URL." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withKafkaBootstrapEndpoint(java.lang.String)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withKafkaBootstrapEndpoint(String kafkaBootstrapEndpoint)" name: "withKafkaBootstrapEndpoint(String kafkaBootstrapEndpoint)" nameWithType: "SCClusterSpecEntity.withKafkaBootstrapEndpoint(String kafkaBootstrapEndpoint)" summary: "Set the kafkaBootstrapEndpoint property: The bootstrap endpoint used by Kafka clients to connect to the cluster." parameters: - description: "the kafkaBootstrapEndpoint value to set." name: "kafkaBootstrapEndpoint" type: "String" syntax: "public SCClusterSpecEntity withKafkaBootstrapEndpoint(String kafkaBootstrapEndpoint)" desc: "Set the kafkaBootstrapEndpoint property: The bootstrap endpoint used by Kafka clients to connect to the cluster." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withName(java.lang.String)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withName(String name)" name: "withName(String name)" nameWithType: "SCClusterSpecEntity.withName(String name)" summary: "Set the name property: The name of the cluster." parameters: - description: "the name value to set." name: "name" type: "String" syntax: "public SCClusterSpecEntity withName(String name)" desc: "Set the name property: The name of the cluster." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withNetwork(com.azure.resourcemanager.confluent.models.SCClusterNetworkEnvironmentEntity)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withNetwork(SCClusterNetworkEnvironmentEntity network)" name: "withNetwork(SCClusterNetworkEnvironmentEntity network)" nameWithType: "SCClusterSpecEntity.withNetwork(SCClusterNetworkEnvironmentEntity network)" summary: "Set the network property: Specification of the cluster network." parameters: - description: "the network value to set." name: "network" type: "" syntax: "public SCClusterSpecEntity withNetwork(SCClusterNetworkEnvironmentEntity network)" desc: "Set the network property: Specification of the cluster network." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withRegion(java.lang.String)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withRegion(String region)" name: "withRegion(String region)" nameWithType: "SCClusterSpecEntity.withRegion(String region)" summary: "Set the region property: The cloud service provider region." parameters: - description: "the region value to set." name: "region" type: "String" syntax: "public SCClusterSpecEntity withRegion(String region)" desc: "Set the region property: The cloud service provider region." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withZone(java.lang.String)" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.withZone(String zone)" name: "withZone(String zone)" nameWithType: "SCClusterSpecEntity.withZone(String zone)" summary: "Set the zone property: type of zone availability." parameters: - description: "the zone value to set." name: "zone" type: "String" syntax: "public SCClusterSpecEntity withZone(String zone)" desc: "Set the zone property: type of zone availability." returns: description: "the SCClusterSpecEntity object itself." type: "" - uid: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.zone()" fullName: "com.azure.resourcemanager.confluent.models.SCClusterSpecEntity.zone()" name: "zone()" nameWithType: "SCClusterSpecEntity.zone()" summary: "Get the zone property: type of zone availability." syntax: "public String zone()" desc: "Get the zone property: type of zone availability." returns: description: "the zone value." type: "String" type: "class" desc: "Spec of the cluster record." metadata: {} package: "com.azure.resourcemanager.confluent.models" artifact: com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0