Package com.oracle.bmc.cloudguard.model
Class SecurityRecipeCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.SecurityRecipeCollection.Builder
-
- Enclosing class:
- SecurityRecipeCollection
public static class SecurityRecipeCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityRecipeCollection
build()
SecurityRecipeCollection.Builder
copy(SecurityRecipeCollection model)
SecurityRecipeCollection.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.SecurityRecipeCollection.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.SecurityRecipeCollection.Builder
items(List<SecurityRecipeSummary> items)
A list of SecurityRecipeSummary resourcesSecurityRecipeCollection.Builder
locks(List<ResourceLock> locks)
Locks associated with this resource.SecurityRecipeCollection.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
-
-
-
Method Detail
-
items
public SecurityRecipeCollection.Builder items(List<SecurityRecipeSummary> items)
A list of SecurityRecipeSummary resources- Parameters:
items
- the value to set- Returns:
- this builder
-
locks
public SecurityRecipeCollection.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.- Parameters:
locks
- the value to set- Returns:
- this builder
-
freeformTags
public SecurityRecipeCollection.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”}
Avoid entering confidential information.
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public SecurityRecipeCollection.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
-
systemTags
public SecurityRecipeCollection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public SecurityRecipeCollection build()
-
copy
public SecurityRecipeCollection.Builder copy(SecurityRecipeCollection model)
-
-