Class UpdateContainerScanRecipeDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vulnerabilityscanning.model.UpdateContainerScanRecipeDetails.Builder
 
- 
- Enclosing class:
- UpdateContainerScanRecipeDetails
 
 public static class UpdateContainerScanRecipeDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateContainerScanRecipeDetailsbuild()UpdateContainerScanRecipeDetails.Buildercopy(UpdateContainerScanRecipeDetails model)UpdateContainerScanRecipeDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateContainerScanRecipeDetails.BuilderdisplayName(String displayName)User friendly name of container scan recipeUpdateContainerScanRecipeDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateContainerScanRecipeDetails.BuilderimageCount(Integer imageCount)This field is set equal to the number of images we want to scan in the first go when the recipe is createdUpdateContainerScanRecipeDetails.BuilderscanSettings(ContainerScanSettings scanSettings)
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateContainerScanRecipeDetails.Builder displayName(String displayName) User friendly name of container scan recipe- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
imageCountpublic UpdateContainerScanRecipeDetails.Builder imageCount(Integer imageCount) This field is set equal to the number of images we want to scan in the first go when the recipe is created- Parameters:
- imageCount- the value to set
- Returns:
- this builder
 
 - 
scanSettingspublic UpdateContainerScanRecipeDetails.Builder scanSettings(ContainerScanSettings scanSettings) 
 - 
freeformTagspublic UpdateContainerScanRecipeDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateContainerScanRecipeDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateContainerScanRecipeDetails build() 
 - 
copypublic UpdateContainerScanRecipeDetails.Builder copy(UpdateContainerScanRecipeDetails model) 
 
- 
 
-