Class GameServerDeploymentState.Builder

  • Enclosing class:
    GameServerDeploymentState

    public static final class GameServerDeploymentState.Builder
    extends java.lang.Object
    • Method Detail

      • deploymentId

        public GameServerDeploymentState.Builder deploymentId​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> deploymentId)
        Parameters:
        deploymentId - A unique id for the deployment. ***
        Returns:
        builder
      • deploymentId

        public GameServerDeploymentState.Builder deploymentId​(java.lang.String deploymentId)
        Parameters:
        deploymentId - A unique id for the deployment. ***
        Returns:
        builder
      • description

        public GameServerDeploymentState.Builder description​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Human readable description of the game server deployment.
        Returns:
        builder
      • description

        public GameServerDeploymentState.Builder description​(java.lang.String description)
        Parameters:
        description - Human readable description of the game server deployment.
        Returns:
        builder
      • labels

        public GameServerDeploymentState.Builder labels​(@Nullable
                                                        com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> labels)
        Parameters:
        labels - The labels associated with this game server deployment. Each label is a key-value pair.
        Returns:
        builder
      • labels

        public GameServerDeploymentState.Builder labels​(java.util.Map<java.lang.String,​java.lang.String> labels)
        Parameters:
        labels - The labels associated with this game server deployment. Each label is a key-value pair.
        Returns:
        builder
      • location

        public GameServerDeploymentState.Builder location​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> location)
        Parameters:
        location - Location of the Deployment.
        Returns:
        builder
      • name

        public GameServerDeploymentState.Builder name​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The resource id of the game server deployment, eg: `projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}`. For example, `projects/my-project/locations/{location}/gameServerDeployments/my-deployment`.
        Returns:
        builder
      • name

        public GameServerDeploymentState.Builder name​(java.lang.String name)
        Parameters:
        name - The resource id of the game server deployment, eg: `projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}`. For example, `projects/my-project/locations/{location}/gameServerDeployments/my-deployment`.
        Returns:
        builder
      • project

        public GameServerDeploymentState.Builder project​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder
      • project

        public GameServerDeploymentState.Builder project​(java.lang.String project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder