Class DeploymentGroupLoadBalancerInfoElbInfoArgs.Builder

    • Method Detail

      • name

        public DeploymentGroupLoadBalancerInfoElbInfoArgs.Builder name​(@Nullable
                                                                       com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.
        Returns:
        builder
      • name

        public DeploymentGroupLoadBalancerInfoElbInfoArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.
        Returns:
        builder