@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static class ComponentSettingsName.ProjectLocationClusterComponentBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationClusterComponentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ComponentSettingsName |
build() |
String |
getCluster() |
String |
getComponent() |
String |
getLocation() |
String |
getProject() |
ComponentSettingsName.ProjectLocationClusterComponentBuilder |
setCluster(String cluster) |
ComponentSettingsName.ProjectLocationClusterComponentBuilder |
setComponent(String component) |
ComponentSettingsName.ProjectLocationClusterComponentBuilder |
setLocation(String location) |
ComponentSettingsName.ProjectLocationClusterComponentBuilder |
setProject(String project) |
protected ProjectLocationClusterComponentBuilder()
public String getProject()
public String getLocation()
public String getCluster()
public String getComponent()
public ComponentSettingsName.ProjectLocationClusterComponentBuilder setProject(String project)
public ComponentSettingsName.ProjectLocationClusterComponentBuilder setLocation(String location)
public ComponentSettingsName.ProjectLocationClusterComponentBuilder setCluster(String cluster)
public ComponentSettingsName.ProjectLocationClusterComponentBuilder setComponent(String component)
public ComponentSettingsName build()
Copyright © 2024 Google LLC. All rights reserved.