public static class TargetDetectorRecipeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public TargetDetectorRecipeSummary.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic TargetDetectorRecipeSummary.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic TargetDetectorRecipeSummary.Builder displayName(String displayName)
DetectorRecipe Identifier Name
displayName
- the value to setpublic TargetDetectorRecipeSummary.Builder description(String description)
DetectorRecipe Description
description
- the value to setpublic TargetDetectorRecipeSummary.Builder owner(OwnerType owner)
Owner of DetectorRecipe
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 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 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 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–2023. All rights reserved.