Package com.oracle.bmc.cloudguard.model
Class ResourceProfileRiskScoreAggregationSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.ResourceProfileRiskScoreAggregationSummary.Builder
-
- Enclosing class:
- ResourceProfileRiskScoreAggregationSummary
public static class ResourceProfileRiskScoreAggregationSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceProfileRiskScoreAggregationSummary
build()
ResourceProfileRiskScoreAggregationSummary.Builder
copy(ResourceProfileRiskScoreAggregationSummary model)
ResourceProfileRiskScoreAggregationSummary.Builder
items(List<ResourceRiskScoreAggregation> items)
List of ResourceRiskScoreAggregation resourcesResourceProfileRiskScoreAggregationSummary.Builder
resourceProfileDisplayName(String resourceProfileDisplayName)
Display name for the resource profileResourceProfileRiskScoreAggregationSummary.Builder
resourceProfileId(String resourceProfileId)
OCID for the resource profileResourceProfileRiskScoreAggregationSummary.Builder
riskThreshold(Integer riskThreshold)
Risk score value that triggers a problem
-
-
-
Method Detail
-
resourceProfileId
public ResourceProfileRiskScoreAggregationSummary.Builder resourceProfileId(String resourceProfileId)
OCID for the resource profile- Parameters:
resourceProfileId
- the value to set- Returns:
- this builder
-
resourceProfileDisplayName
public ResourceProfileRiskScoreAggregationSummary.Builder resourceProfileDisplayName(String resourceProfileDisplayName)
Display name for the resource profile- Parameters:
resourceProfileDisplayName
- the value to set- Returns:
- this builder
-
riskThreshold
public ResourceProfileRiskScoreAggregationSummary.Builder riskThreshold(Integer riskThreshold)
Risk score value that triggers a problem- Parameters:
riskThreshold
- the value to set- Returns:
- this builder
-
items
public ResourceProfileRiskScoreAggregationSummary.Builder items(List<ResourceRiskScoreAggregation> items)
List of ResourceRiskScoreAggregation resources- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ResourceProfileRiskScoreAggregationSummary build()
-
copy
public ResourceProfileRiskScoreAggregationSummary.Builder copy(ResourceProfileRiskScoreAggregationSummary model)
-
-