Class AzureClusterName.Builder
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AzureClusterName.Builder
-
- Enclosing class:
- AzureClusterName
public static class AzureClusterName.Builder extends Object
Builder for projects/{project}/locations/{location}/azureClusters/{azure_cluster}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureClusterNamebuild()StringgetAzureCluster()StringgetLocation()StringgetProject()AzureClusterName.BuildersetAzureCluster(String azureCluster)AzureClusterName.BuildersetLocation(String location)AzureClusterName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAzureCluster
public String getAzureCluster()
-
setProject
public AzureClusterName.Builder setProject(String project)
-
setLocation
public AzureClusterName.Builder setLocation(String location)
-
setAzureCluster
public AzureClusterName.Builder setAzureCluster(String azureCluster)
-
build
public AzureClusterName build()
-
-