public static final class GetServerlessAppAuthDetailResponseBody.Data.Builder extends Object
public GetServerlessAppAuthDetailResponseBody.Data.Builder appId(String appId)
Application ID.
example:c932b7a0***
public GetServerlessAppAuthDetailResponseBody.Data.Builder coreCount(Integer coreCount)
Number of CPU cores.
example:2
public GetServerlessAppAuthDetailResponseBody.Data.Builder instanceCount(Integer instanceCount)
Number of instances.
example:1
public GetServerlessAppAuthDetailResponseBody.Data.Builder isBind(Boolean isBind)
Whether authorization is bound. Values:
true
public GetServerlessAppAuthDetailResponseBody.Data.Builder isPostPaid(Boolean isPostPaid)
Whether it is a post-paid instance. Values:
true
public GetServerlessAppAuthDetailResponseBody.Data.Builder isServerlessPostPaidValid(Boolean isServerlessPostPaidValid)
Serverless post-paid status. Values:
true
public GetServerlessAppAuthDetailResponseBody.Data.Builder postPaidModuleSwitch(String postPaidModuleSwitch)
Pay-as-you-go module switch. Values:
SERVERLESS
public GetServerlessAppAuthDetailResponseBody.Data.Builder postPaidOpenTime(Long postPaidOpenTime)
Post-paid activation time.
example:1655432638000
public GetServerlessAppAuthDetailResponseBody.Data.Builder postPaidStatus(Integer postPaidStatus)
Post-paid instance status. Values:
1
public GetServerlessAppAuthDetailResponseBody.Data.Builder postpaidInstanceId(String postpaidInstanceId)
Post-paid instance ID.
example:101
public GetServerlessAppAuthDetailResponseBody.Data build()
Copyright © 2026. All rights reserved.