Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Detector |
build() |
Detector.Builder |
copy(Detector model) |
Detector.Builder |
description(String description)
detector description
|
Detector.Builder |
id(String id)
detector key
|
Detector.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the resource.
|
public Detector.Builder id(String id)
detector key
id
- the value to setpublic Detector.Builder description(String description)
detector description
description
- the value to setpublic Detector.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the resource.
lifecycleState
- the value to setpublic Detector build()
public Detector.Builder copy(Detector model)
Copyright © 2016–2023. All rights reserved.