public static class ResourceCount.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResourceCount |
build() |
ResourceCount.Builder |
copy(ResourceCount model) |
ResourceCount.Builder |
count(Integer count)
The count of resources.
|
ResourceCount.Builder |
status(Status status)
The recommendation status of the resource.
|
public ResourceCount.Builder status(Status status)
The recommendation status of the resource.
status
- the value to setpublic ResourceCount.Builder count(Integer count)
The count of resources.
count
- the value to setpublic ResourceCount build()
public ResourceCount.Builder copy(ResourceCount model)
Copyright © 2016–2024. All rights reserved.