public static final class GetInstanceResponseBody.InstanceQuotas.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetInstanceResponseBody.InstanceQuotas |
build() |
GetInstanceResponseBody.InstanceQuotas.Builder |
freeCount(Double freeCount)
The number of topics that are free of charge on the instance.
|
GetInstanceResponseBody.InstanceQuotas.Builder |
quotaName(String quotaName)
The quota name.
|
GetInstanceResponseBody.InstanceQuotas.Builder |
totalCount(Double totalCount)
The total number of topics on the instance.
|
GetInstanceResponseBody.InstanceQuotas.Builder |
usedCount(Double usedCount)
The number of used topics on the instance.
|
public GetInstanceResponseBody.InstanceQuotas.Builder freeCount(Double freeCount)
public GetInstanceResponseBody.InstanceQuotas.Builder quotaName(String quotaName)
Valid value: * TOPIC_COUNT: the number of topics that can be created on the instance
public GetInstanceResponseBody.InstanceQuotas.Builder totalCount(Double totalCount)
public GetInstanceResponseBody.InstanceQuotas.Builder usedCount(Double usedCount)
public GetInstanceResponseBody.InstanceQuotas build()
Copyright © 2024. All rights reserved.