azure-docs-sdk-java/docs-ref-autogen/com.azure.core.annotation.S...

40 строки
2.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.annotation.ServiceClientBuilder"
fullName: "com.azure.core.annotation.ServiceClientBuilder"
name: "ServiceClientBuilder"
nameWithType: "ServiceClientBuilder"
summary: "Annotation given to all service client builder classes."
syntax: "public interface **ServiceClientBuilder**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
methods:
- uid: "com.azure.core.annotation.ServiceClientBuilder.protocol()"
fullName: "com.azure.core.annotation.ServiceClientBuilder.protocol()"
name: "protocol()"
nameWithType: "ServiceClientBuilder.protocol()"
summary: "The <xref uid=\"com.azure.core.annotation.ServiceClientProtocol\" data-throw-if-not-resolved=\"false\" data-raw-source=\"protocol\"></xref> clients created from this builder will use to interact with the service."
modifiers:
- "abstract"
syntax: "public abstract ServiceClientProtocol protocol()"
desc: "The <xref uid=\"com.azure.core.annotation.ServiceClientProtocol\" data-throw-if-not-resolved=\"false\" data-raw-source=\"protocol\"></xref> clients created from this builder will use to interact with the service."
returns:
description: "The <xref uid=\"com.azure.core.annotation.ServiceClientProtocol\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceClientProtocol\"></xref>."
type: "<xref href=\"com.azure.core.annotation.ServiceClientProtocol?alt=com.azure.core.annotation.ServiceClientProtocol&text=ServiceClientProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.annotation.ServiceClientBuilder.serviceClients()"
fullName: "com.azure.core.annotation.ServiceClientBuilder.serviceClients()"
name: "serviceClients()"
nameWithType: "ServiceClientBuilder.serviceClients()"
summary: "An array of classes that this builder can build."
modifiers:
- "abstract"
syntax: "public abstract Class<?>[] serviceClients()"
desc: "An array of classes that this builder can build."
returns:
description: "An array of all classnames that this builder can create an instance of."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html\">Class</a>&lt;?&gt;[]"
type: "interface"
desc: "Annotation given to all service client builder classes."
implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
metadata: {}
package: "com.azure.core.annotation"
artifact: com.azure:azure-core:1.52.0