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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureClusterName
build()
String
getAzureCluster()
String
getLocation()
String
getProject()
AzureClusterName.Builder
setAzureCluster(String azureCluster)
AzureClusterName.Builder
setLocation(String location)
AzureClusterName.Builder
setProject(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()
-
-