Class AzureClientName.Builder
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AzureClientName.Builder
-
- Enclosing class:
- AzureClientName
public static class AzureClientName.Builder extends Object
Builder for projects/{project}/locations/{location}/azureClients/{azure_client}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureClientNamebuild()StringgetAzureClient()StringgetLocation()StringgetProject()AzureClientName.BuildersetAzureClient(String azureClient)AzureClientName.BuildersetLocation(String location)AzureClientName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAzureClient
public String getAzureClient()
-
setProject
public AzureClientName.Builder setProject(String project)
-
setLocation
public AzureClientName.Builder setLocation(String location)
-
setAzureClient
public AzureClientName.Builder setAzureClient(String azureClient)
-
build
public AzureClientName build()
-
-