Package com.oracle.bmc.cloudguard.model
Class ResponderRecipeSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.ResponderRecipeSummary.Builder
 
- 
- Enclosing class:
- ResponderRecipeSummary
 
 public static class ResponderRecipeSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponderRecipeSummarybuild()ResponderRecipeSummary.BuildercompartmentId(String compartmentId)Compartment OCIDResponderRecipeSummary.Buildercopy(ResponderRecipeSummary model)ResponderRecipeSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ResponderRecipeSummary.Builderdescription(String description)Responder recipe descriptionResponderRecipeSummary.BuilderdisplayName(String displayName)Responder recipe display nameResponderRecipeSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.ResponderRecipeSummary.Builderid(String id)Unique identifier for the responder recipeResponderRecipeSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.ResponderRecipeSummary.BuilderlifecycleState(LifecycleState lifecycleState)The current lifecycle state of the exampleResponderRecipeSummary.Builderowner(OwnerType owner)Responder recipe descriptionResponderRecipeSummary.BuilderresponderRules(List<ResponderRecipeResponderRule> responderRules)List of responder rules associated with the responder recipeResponderRecipeSummary.BuildersourceResponderRecipeId(String sourceResponderRecipeId)Unique identifier of the source responder recipeResponderRecipeSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.ResponderRecipeSummary.BuildertimeCreated(Date timeCreated)The date and time the responder recipe was created.ResponderRecipeSummary.BuildertimeUpdated(Date timeUpdated)The date and time the responder recipe was last updated.
 
- 
- 
- 
Method Detail- 
idpublic ResponderRecipeSummary.Builder id(String id) Unique identifier for the responder recipe- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ResponderRecipeSummary.Builder displayName(String displayName) Responder recipe display name- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ResponderRecipeSummary.Builder description(String description) Responder recipe description- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
ownerpublic ResponderRecipeSummary.Builder owner(OwnerType owner) Responder recipe description- Parameters:
- owner- the value to set
- Returns:
- this builder
 
 - 
responderRulespublic ResponderRecipeSummary.Builder responderRules(List<ResponderRecipeResponderRule> responderRules) List of responder rules associated with the responder recipe- Parameters:
- responderRules- the value to set
- Returns:
- this builder
 
 - 
sourceResponderRecipeIdpublic ResponderRecipeSummary.Builder sourceResponderRecipeId(String sourceResponderRecipeId) Unique identifier of the source responder recipe- Parameters:
- sourceResponderRecipeId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ResponderRecipeSummary.Builder compartmentId(String compartmentId) Compartment OCID- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ResponderRecipeSummary.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 ResponderRecipeSummary.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 ResponderRecipeSummary.Builder lifecycleState(LifecycleState lifecycleState) The current lifecycle state of the example- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic ResponderRecipeSummary.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 ResponderRecipeSummary.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 ResponderRecipeSummary.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 ResponderRecipeSummary.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 ResponderRecipeSummary build() 
 - 
copypublic ResponderRecipeSummary.Builder copy(ResponderRecipeSummary model) 
 
- 
 
-