public static final class InvalidConfigSummary.Builder
extends java.lang.Object
InvalidConfigSummary.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
InvalidConfigSummary. |
| Modifier and Type | Method and Description |
|---|---|
InvalidConfigSummary |
build() |
InvalidConfigSummary.Builder |
setCategory(java.lang.String category)
Configuration category representing resources not supported for the federation
site configuration onboarding.
|
InvalidConfigSummary.Builder |
setResourceCount(java.lang.Long resourceCount)
Total resource count for category format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
InvalidConfigSummary.Builder |
setResourceSummaryDetails(java.util.List<ResourceSummaryDetail> resourceSummaryDetails)
Represents list of resource summaries for a configuration category which are not
supported for the federation site configuration onboarding.
|
public Builder()
InvalidConfigSummary.public InvalidConfigSummary.Builder setCategory(java.lang.String category)
category - New value for the property.public InvalidConfigSummary.Builder setResourceCount(java.lang.Long resourceCount)
resourceCount - New value for the property.public InvalidConfigSummary.Builder setResourceSummaryDetails(java.util.List<ResourceSummaryDetail> resourceSummaryDetails)
resourceSummaryDetails - New value for the property.public InvalidConfigSummary build()