public static class TargetDetectorRecipeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public TargetDetectorRecipeSummary.Builder id(String id)
Unique identifier that can’t be changed after creation
id
- the value to setpublic TargetDetectorRecipeSummary.Builder compartmentId(String compartmentId)
Compartment OCID
compartmentId
- the value to setpublic TargetDetectorRecipeSummary.Builder displayName(String displayName)
Detector recipe’s display name
displayName
- the value to setpublic TargetDetectorRecipeSummary.Builder description(String description)
Detector recipe’s description
description
- the value to setpublic TargetDetectorRecipeSummary.Builder owner(OwnerType owner)
Detector recipe’s owner
owner
- the value to setpublic TargetDetectorRecipeSummary.Builder detectorRecipeId(String detectorRecipeId)
Unique identifier for detector recipe of which this is an extension
detectorRecipeId
- the value to setpublic TargetDetectorRecipeSummary.Builder detector(DetectorEnum detector)
Type of detector
detector
- the value to setpublic TargetDetectorRecipeSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the resource
lifecycleState
- the value to setpublic TargetDetectorRecipeSummary.Builder timeCreated(Date timeCreated)
The date and time the target detector recipe was created. Format defined by RFC3339.
timeCreated
- the value to setpublic TargetDetectorRecipeSummary.Builder timeUpdated(Date timeUpdated)
The date and time the target detector recipe was last updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic 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.
lifecycleDetails
- the value to setpublic TargetDetectorRecipeSummary.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic TargetDetectorRecipeSummary.Builder detectorRecipeType(DetectorRecipeEnum detectorRecipeType)
Recipe type ( STANDARD, ENTERPRISE )
detectorRecipeType
- the value to setpublic TargetDetectorRecipeSummary.Builder sourceDataRetention(Integer sourceDataRetention)
The number of days for which source data is retained
sourceDataRetention
- the value to setpublic TargetDetectorRecipeSummary build()
public TargetDetectorRecipeSummary.Builder copy(TargetDetectorRecipeSummary model)
Copyright © 2016–2024. All rights reserved.