public static final class BindInstanceDomainsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BindInstanceDomainsResponseBody |
build() |
BindInstanceDomainsResponseBody.Builder |
failedCount(Integer failedCount)
The number of domain names that failed to be bound to the instance.
|
BindInstanceDomainsResponseBody.Builder |
requestId(String requestId)
The request ID.
|
BindInstanceDomainsResponseBody.Builder |
successCount(Integer successCount)
The number of domain names that are bound to the instance.
|
public BindInstanceDomainsResponseBody.Builder failedCount(Integer failedCount)
The number of domain names that failed to be bound to the instance.
example:0
public BindInstanceDomainsResponseBody.Builder requestId(String requestId)
The request ID.
example:536E9CAD-DB30-4647-AC87-AA5CC38C5382
public BindInstanceDomainsResponseBody.Builder successCount(Integer successCount)
The number of domain names that are bound to the instance.
example:2
public BindInstanceDomainsResponseBody build()
Copyright © 2026. All rights reserved.