public static interface DomainStats.Builder extends SdkPojo, CopyableBuilder<DomainStats.Builder,DomainStats>
| Modifier and Type | Method and Description |
|---|---|
DomainStats.Builder |
meteringProfileCount(Long meteringProfileCount)
The number of profiles that you are currently paying for in the domain.
|
DomainStats.Builder |
objectCount(Long objectCount)
The total number of objects in domain.
|
DomainStats.Builder |
profileCount(Long profileCount)
The total number of profiles currently in the domain.
|
DomainStats.Builder |
totalSize(Long totalSize)
The total size, in bytes, of all objects in the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainStats.Builder profileCount(Long profileCount)
The total number of profiles currently in the domain.
profileCount - The total number of profiles currently in the domain.DomainStats.Builder meteringProfileCount(Long meteringProfileCount)
The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.
meteringProfileCount - The number of profiles that you are currently paying for in the domain. If you have more than 100
objects associated with a single profile, that profile counts as two profiles. If you have more than
200 objects, that profile counts as three, and so on.DomainStats.Builder objectCount(Long objectCount)
The total number of objects in domain.
objectCount - The total number of objects in domain.DomainStats.Builder totalSize(Long totalSize)
The total size, in bytes, of all objects in the domain.
totalSize - The total size, in bytes, of all objects in the domain.Copyright © 2022. All rights reserved.