public static final class DescribeApplicationGroupsResponseBody.Data.Builder extends Object
public DescribeApplicationGroupsResponseBody.Data.Builder edasContainerVersion(String edasContainerVersion)
The version of the container, such as Ali-Tomcat, in which an application that is developed based on High-speed Service Framework (HSF) is deployed.
example:3.5.3
public DescribeApplicationGroupsResponseBody.Data.Builder groupId(String groupId)
The ID of the instance group.
example:b2a8a925-477a-eswa-b823-d5e22500****
public DescribeApplicationGroupsResponseBody.Data.Builder groupName(String groupName)
The name of the instance group.
example:_DEFAULT_GROUP
public DescribeApplicationGroupsResponseBody.Data.Builder groupType(Integer groupType)
The type of the instance group.
example:0
public DescribeApplicationGroupsResponseBody.Data.Builder imageUrl(String imageUrl)
The URL of the image. This parameter is returned only if the PackageType parameter is set to Image.
example:registry-vpc.cn-hangzhou.aliyuncs.com/demo/nginx:latest
public DescribeApplicationGroupsResponseBody.Data.Builder jdk(String jdk)
The version of the JDK on which the deployment package of the application depends. This parameter is not returned if the PackageType parameter is set to Image.
example:Open JDK 8
public DescribeApplicationGroupsResponseBody.Data.Builder packageType(String packageType)
The type of the deployment package. Valid values:
If you deploy a Java application, the value of this parameter can be FatJar, War, or Image.
If you deploy a PHP application, the value of this parameter can be one of the following values:
Image
public DescribeApplicationGroupsResponseBody.Data.Builder packageUrl(String packageUrl)
The URL of the deployment package. This parameter is returned only if the PackageType parameter is set to FatJar, War, or PhpZip.
example:registry-vpc.cn-hangzhou.aliyuncs.com/demo/nginx:latest
public DescribeApplicationGroupsResponseBody.Data.Builder packageVersion(String packageVersion)
The version of the deployment package. This parameter is returned only if the PackageType parameter is set to FatJar, War, or PhpZip. The value of this parameter is automatically generated only if the ImageUrl is returned.
example:1.0.0
public DescribeApplicationGroupsResponseBody.Data.Builder packageVersionId(String packageVersionId)
public DescribeApplicationGroupsResponseBody.Data.Builder replicas(Integer replicas)
The total number of instances.
example:10
public DescribeApplicationGroupsResponseBody.Data.Builder runningInstances(Integer runningInstances)
The number of running instances.
example:1
public DescribeApplicationGroupsResponseBody.Data.Builder webContainer(String webContainer)
The version of the Tomcat container on which the deployment package depends. This parameter is not returned if the PackageType parameter is set to Image.
example:Apache Tomcat 7
public DescribeApplicationGroupsResponseBody.Data build()
Copyright © 2026. All rights reserved.