in sae-20190506/src/main/java/com/aliyun/sdk/service/sae20190506/models/DescribeApplicationConfigResponseBody.java [1766:1850]
private Data(Builder builder) {
this.acrAssumeRoleArn = builder.acrAssumeRoleArn;
this.acrInstanceId = builder.acrInstanceId;
this.appDescription = builder.appDescription;
this.appId = builder.appId;
this.appName = builder.appName;
this.appSource = builder.appSource;
this.associateEip = builder.associateEip;
this.baseAppId = builder.baseAppId;
this.batchWaitTime = builder.batchWaitTime;
this.clusterId = builder.clusterId;
this.command = builder.command;
this.commandArgs = builder.commandArgs;
this.configMapMountDesc = builder.configMapMountDesc;
this.cpu = builder.cpu;
this.customHostAlias = builder.customHostAlias;
this.customImageNetworkType = builder.customImageNetworkType;
this.diskSize = builder.diskSize;
this.dotnet = builder.dotnet;
this.edasContainerVersion = builder.edasContainerVersion;
this.enableAhas = builder.enableAhas;
this.enableCpuBurst = builder.enableCpuBurst;
this.enableGreyTagRoute = builder.enableGreyTagRoute;
this.enableIdle = builder.enableIdle;
this.enableNewArms = builder.enableNewArms;
this.envs = builder.envs;
this.imagePullSecrets = builder.imagePullSecrets;
this.imageUrl = builder.imageUrl;
this.initContainersConfig = builder.initContainersConfig;
this.jarStartArgs = builder.jarStartArgs;
this.jarStartOptions = builder.jarStartOptions;
this.jdk = builder.jdk;
this.kafkaConfigs = builder.kafkaConfigs;
this.liveness = builder.liveness;
this.memory = builder.memory;
this.microRegistration = builder.microRegistration;
this.microRegistrationConfig = builder.microRegistrationConfig;
this.microserviceEngineConfig = builder.microserviceEngineConfig;
this.minReadyInstanceRatio = builder.minReadyInstanceRatio;
this.minReadyInstances = builder.minReadyInstances;
this.mountDesc = builder.mountDesc;
this.mountHost = builder.mountHost;
this.mseApplicationId = builder.mseApplicationId;
this.mseApplicationName = builder.mseApplicationName;
this.namespaceId = builder.namespaceId;
this.nasConfigs = builder.nasConfigs;
this.nasId = builder.nasId;
this.newSaeVersion = builder.newSaeVersion;
this.oidcRoleName = builder.oidcRoleName;
this.ossAkId = builder.ossAkId;
this.ossAkSecret = builder.ossAkSecret;
this.ossMountDescs = builder.ossMountDescs;
this.packageType = builder.packageType;
this.packageUrl = builder.packageUrl;
this.packageVersion = builder.packageVersion;
this.php = builder.php;
this.phpArmsConfigLocation = builder.phpArmsConfigLocation;
this.phpConfig = builder.phpConfig;
this.phpConfigLocation = builder.phpConfigLocation;
this.postStart = builder.postStart;
this.preStop = builder.preStop;
this.programmingLanguage = builder.programmingLanguage;
this.pvtzDiscovery = builder.pvtzDiscovery;
this.python = builder.python;
this.pythonModules = builder.pythonModules;
this.readiness = builder.readiness;
this.regionId = builder.regionId;
this.replicas = builder.replicas;
this.resourceType = builder.resourceType;
this.secretMountDesc = builder.secretMountDesc;
this.securityGroupId = builder.securityGroupId;
this.serviceTags = builder.serviceTags;
this.sidecarContainersConfig = builder.sidecarContainersConfig;
this.slsConfigs = builder.slsConfigs;
this.swimlanePvtzDiscovery = builder.swimlanePvtzDiscovery;
this.tags = builder.tags;
this.terminationGracePeriodSeconds = builder.terminationGracePeriodSeconds;
this.timezone = builder.timezone;
this.tomcatConfig = builder.tomcatConfig;
this.updateStrategy = builder.updateStrategy;
this.vSwitchId = builder.vSwitchId;
this.vpcId = builder.vpcId;
this.warStartOptions = builder.warStartOptions;
this.webContainer = builder.webContainer;
}