Package com.oracle.bmc.cloudguard.model
Class ResponderRecipe.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.ResponderRecipe.Builder
 
- 
- Enclosing class:
- ResponderRecipe
 
 public static class ResponderRecipe.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponderRecipebuild()ResponderRecipe.BuildercompartmentId(String compartmentId)Compartment OCIDResponderRecipe.Buildercopy(ResponderRecipe model)ResponderRecipe.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ResponderRecipe.Builderdescription(String description)Responder recipe descriptionResponderRecipe.BuilderdisplayName(String displayName)Responder recipe display nameResponderRecipe.BuildereffectiveResponderRules(List<ResponderRecipeResponderRule> effectiveResponderRules)List of currently enabled responder rules for the responder type, for recipe after applying defaultsResponderRecipe.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.ResponderRecipe.Builderid(String id)Unique identifier for the responder recipResponderRecipe.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.ResponderRecipe.BuilderlifecycleState(LifecycleState lifecycleState)The current lifecycle state of the exampleResponderRecipe.Builderowner(OwnerType owner)Owner of responder recipeResponderRecipe.BuilderresponderRules(List<ResponderRecipeResponderRule> responderRules)List of responder rules associated with the recipeResponderRecipe.BuildersourceResponderRecipeId(String sourceResponderRecipeId)The unique identifier of the source responder recipeResponderRecipe.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.ResponderRecipe.BuildertimeCreated(Date timeCreated)The date and time the responder recipe was created.ResponderRecipe.BuildertimeUpdated(Date timeUpdated)The date and time the responder recipe was last updated.
 
- 
- 
- 
Method Detail- 
idpublic ResponderRecipe.Builder id(String id) Unique identifier for the responder recip- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ResponderRecipe.Builder displayName(String displayName) Responder recipe display name- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ResponderRecipe.Builder description(String description) Responder recipe description- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
ownerpublic ResponderRecipe.Builder owner(OwnerType owner) Owner of responder recipe- Parameters:
- owner- the value to set
- Returns:
- this builder
 
 - 
responderRulespublic ResponderRecipe.Builder responderRules(List<ResponderRecipeResponderRule> responderRules) List of responder rules associated with the recipe- Parameters:
- responderRules- the value to set
- Returns:
- this builder
 
 - 
effectiveResponderRulespublic ResponderRecipe.Builder effectiveResponderRules(List<ResponderRecipeResponderRule> effectiveResponderRules) List of currently enabled responder rules for the responder type, for recipe after applying defaults- Parameters:
- effectiveResponderRules- the value to set
- Returns:
- this builder
 
 - 
sourceResponderRecipeIdpublic ResponderRecipe.Builder sourceResponderRecipeId(String sourceResponderRecipeId) The unique identifier of the source responder recipe- Parameters:
- sourceResponderRecipeId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ResponderRecipe.Builder compartmentId(String compartmentId) Compartment OCID- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ResponderRecipe.Builder timeCreated(Date timeCreated) The date and time the responder recipe was created.Format defined by RFC3339. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic ResponderRecipe.Builder timeUpdated(Date timeUpdated) The date and time the responder recipe was last updated.Format defined by RFC3339. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ResponderRecipe.Builder lifecycleState(LifecycleState lifecycleState) The current lifecycle state of the example- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic ResponderRecipe.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in Failed state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic ResponderRecipe.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
 
 - 
definedTagspublic ResponderRecipe.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
 
 - 
systemTagspublic ResponderRecipe.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
 
 - 
buildpublic ResponderRecipe build() 
 - 
copypublic ResponderRecipe.Builder copy(ResponderRecipe model) 
 
- 
 
-