summary:"The builder class that can construct an instance of this class."
modifiers:
- "abstract"
syntax:"public abstract Class<?> builder()"
desc:"The builder class that can construct an instance of this class. All service clients are instantiated using a builder and this is a required field. Also, builders should be annotated with <xref uid=\"com.azure.core.annotation.ServiceClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceClientBuilder\"></xref>."
returns:
description:"the classname of the builder that can create an instance of this class."
desc:"Optional field to indicate all the services this service client interacts with. All classes mentioned in this list should be annotated with <xref uid=\"com.azure.core.annotation.ServiceInterface\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceInterface\"></xref>. Typically, there's one service associated with each client. However, there could be zero to N services associated with a single client."
returns:
description:"An array of all services this service client interacts with"