Class GameServerClusterConnectionInfoGkeClusterReferenceArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.gameservices.inputs.GameServerClusterConnectionInfoGkeClusterReferenceArgs.Builder
-
- Enclosing class:
- GameServerClusterConnectionInfoGkeClusterReferenceArgs
public static final class GameServerClusterConnectionInfoGkeClusterReferenceArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GameServerClusterConnectionInfoGkeClusterReferenceArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GameServerClusterConnectionInfoGkeClusterReferenceArgs
build()
GameServerClusterConnectionInfoGkeClusterReferenceArgs.Builder
cluster(com.pulumi.core.Output<java.lang.String> cluster)
GameServerClusterConnectionInfoGkeClusterReferenceArgs.Builder
cluster(java.lang.String cluster)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GameServerClusterConnectionInfoGkeClusterReferenceArgs defaults)
-
-
Method Detail
-
cluster
public GameServerClusterConnectionInfoGkeClusterReferenceArgs.Builder cluster(com.pulumi.core.Output<java.lang.String> cluster)
- Parameters:
cluster
- The full or partial name of a GKE cluster, using one of the following forms: * `projects/{project_id}/locations/{location}/clusters/{cluster_id}` * `locations/{location}/clusters/{cluster_id}` * `{cluster_id}` If project and location are not specified, the project and location of the GameServerCluster resource are used to generate the full name of the GKE cluster. ***- Returns:
- builder
-
cluster
public GameServerClusterConnectionInfoGkeClusterReferenceArgs.Builder cluster(java.lang.String cluster)
- Parameters:
cluster
- The full or partial name of a GKE cluster, using one of the following forms: * `projects/{project_id}/locations/{location}/clusters/{cluster_id}` * `locations/{location}/clusters/{cluster_id}` * `{cluster_id}` If project and location are not specified, the project and location of the GameServerCluster resource are used to generate the full name of the GKE cluster. ***- Returns:
- builder
-
build
public GameServerClusterConnectionInfoGkeClusterReferenceArgs build()
-
-