public static final class GetServerlessAuthSummaryResponseBody.Data.Builder extends Object
public GetServerlessAuthSummaryResponseBody.Data.Builder autoBind(Integer autoBind)
Enable auto-binding. Values:
1
public GetServerlessAuthSummaryResponseBody.Data.Builder hasPreBindSetting(Boolean hasPreBindSetting)
Indicates whether there is a pre-bound asset configuration. Pre-binding refers to the asset binding configuration selected in advance at the time of purchase. The values are: - 0: No - 1: Yes
example:1
public GetServerlessAuthSummaryResponseBody.Data.Builder isPostPaid(Boolean isPostPaid)
Whether it is a post-paid instance. Values:
true
public GetServerlessAuthSummaryResponseBody.Data.Builder isServerlessPostPaidValid(Boolean isServerlessPostPaidValid)
Serverless post-paid status. Values:
true
public GetServerlessAuthSummaryResponseBody.Data.Builder postPaidModuleSwitch(String postPaidModuleSwitch)
Pay-as-you-go module switch. Values:
SERVERLESS
public GetServerlessAuthSummaryResponseBody.Data.Builder postPaidOpenTime(Long postPaidOpenTime)
Post-paid activation time. Unit: milliseconds.
example:1655432638000
public GetServerlessAuthSummaryResponseBody.Data.Builder postPaidStatus(Integer postPaidStatus)
Post-paid instance status. Values:
1
public GetServerlessAuthSummaryResponseBody.Data.Builder postpaidInstanceId(String postpaidInstanceId)
Post-paid instance ID.
example:sas-postpay-**
public GetServerlessAuthSummaryResponseBody.Data.Builder regionId(String regionId)
Region ID.
example:cn-hangzhou
public GetServerlessAuthSummaryResponseBody.Data.Builder totalBindAppCount(Integer totalBindAppCount)
Total number of bound applications.
example:10
public GetServerlessAuthSummaryResponseBody.Data.Builder totalBindCoreCount(Integer totalBindCoreCount)
Total number of bound cores.
example:1
public GetServerlessAuthSummaryResponseBody.Data.Builder totalBindInstanceCount(Integer totalBindInstanceCount)
Total number of bound instances.
example:1
public GetServerlessAuthSummaryResponseBody.Data.Builder totalUnBindAppCount(Integer totalUnBindAppCount)
Total number of unbound applications.
example:1
public GetServerlessAuthSummaryResponseBody.Data.Builder totalUnBindCoreCount(Integer totalUnBindCoreCount)
Total number of unbound cores.
example:1
public GetServerlessAuthSummaryResponseBody.Data.Builder totalUnBindInstanceCount(Integer totalUnBindInstanceCount)
Total number of unbound instances.
example:2
public GetServerlessAuthSummaryResponseBody.Data build()
Copyright © 2026. All rights reserved.