Package com.oracle.bmc.cloudguard.model
Class TargetDetectorRecipeSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.TargetDetectorRecipeSummary.Builder
 
- 
- Enclosing class:
- TargetDetectorRecipeSummary
 
 public static class TargetDetectorRecipeSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetDetectorRecipeSummarybuild()TargetDetectorRecipeSummary.BuildercompartmentId(String compartmentId)Compartment OCIDTargetDetectorRecipeSummary.Buildercopy(TargetDetectorRecipeSummary model)TargetDetectorRecipeSummary.Builderdescription(String description)Detector recipe’s descriptionTargetDetectorRecipeSummary.Builderdetector(DetectorEnum detector)Type of detectorTargetDetectorRecipeSummary.BuilderdetectorRecipeId(String detectorRecipeId)Unique identifier for detector recipe of which this is an extensionTargetDetectorRecipeSummary.BuilderdetectorRecipeType(DetectorRecipeEnum detectorRecipeType)Recipe type ( STANDARD, ENTERPRISE )TargetDetectorRecipeSummary.BuilderdisplayName(String displayName)Detector recipe’s display nameTargetDetectorRecipeSummary.Builderid(String id)Unique identifier that can’t be changed after creationTargetDetectorRecipeSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.TargetDetectorRecipeSummary.BuilderlifecycleState(LifecycleState lifecycleState)The current lifecycle state of the resourceTargetDetectorRecipeSummary.Builderlocks(List<ResourceLock> locks)Locks associated with this resource.TargetDetectorRecipeSummary.Builderowner(OwnerType owner)Detector recipe’s ownerTargetDetectorRecipeSummary.BuildersourceDataRetention(Integer sourceDataRetention)The number of days for which source data is retainedTargetDetectorRecipeSummary.BuildertimeCreated(Date timeCreated)The date and time the target detector recipe was created.TargetDetectorRecipeSummary.BuildertimeUpdated(Date timeUpdated)The date and time the target detector recipe was last updated.
 
- 
- 
- 
Method Detail- 
idpublic TargetDetectorRecipeSummary.Builder id(String id) Unique identifier that can’t be changed after creation- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic TargetDetectorRecipeSummary.Builder compartmentId(String compartmentId) Compartment OCID- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic TargetDetectorRecipeSummary.Builder displayName(String displayName) Detector recipe’s display name- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic TargetDetectorRecipeSummary.Builder description(String description) Detector recipe’s description- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
ownerpublic TargetDetectorRecipeSummary.Builder owner(OwnerType owner) Detector recipe’s owner- Parameters:
- owner- the value to set
- Returns:
- this builder
 
 - 
detectorRecipeIdpublic TargetDetectorRecipeSummary.Builder detectorRecipeId(String detectorRecipeId) Unique identifier for detector recipe of which this is an extension- Parameters:
- detectorRecipeId- the value to set
- Returns:
- this builder
 
 - 
detectorpublic TargetDetectorRecipeSummary.Builder detector(DetectorEnum detector) Type of detector- Parameters:
- detector- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic TargetDetectorRecipeSummary.Builder lifecycleState(LifecycleState lifecycleState) The current lifecycle state of the resource- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic TargetDetectorRecipeSummary.Builder timeCreated(Date timeCreated) The date and time the target detector recipe was created.Format defined by RFC3339. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic TargetDetectorRecipeSummary.Builder timeUpdated(Date timeUpdated) The date and time the target detector recipe was last updated.Format defined by RFC3339. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic TargetDetectorRecipeSummary.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
 
 - 
lockspublic TargetDetectorRecipeSummary.Builder locks(List<ResourceLock> locks) Locks associated with this resource.- Parameters:
- locks- the value to set
- Returns:
- this builder
 
 - 
detectorRecipeTypepublic TargetDetectorRecipeSummary.Builder detectorRecipeType(DetectorRecipeEnum detectorRecipeType) Recipe type ( STANDARD, ENTERPRISE )- Parameters:
- detectorRecipeType- the value to set
- Returns:
- this builder
 
 - 
sourceDataRetentionpublic TargetDetectorRecipeSummary.Builder sourceDataRetention(Integer sourceDataRetention) The number of days for which source data is retained- Parameters:
- sourceDataRetention- the value to set
- Returns:
- this builder
 
 - 
buildpublic TargetDetectorRecipeSummary build() 
 - 
copypublic TargetDetectorRecipeSummary.Builder copy(TargetDetectorRecipeSummary model) 
 
- 
 
-