public static interface Detector.Builder extends SdkPojo, CopyableBuilder<Detector.Builder,Detector>
| Modifier and Type | Method and Description |
|---|---|
Detector.Builder |
arn(String arn)
The detector ARN.
|
Detector.Builder |
createdTime(String createdTime)
Timestamp of when the detector was created.
|
Detector.Builder |
description(String description)
The detector description.
|
Detector.Builder |
detectorId(String detectorId)
The detector ID.
|
Detector.Builder |
eventTypeName(String eventTypeName)
The name of the event type.
|
Detector.Builder |
lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the detector was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetector.Builder detectorId(String detectorId)
The detector ID.
detectorId - The detector ID.Detector.Builder description(String description)
The detector description.
description - The detector description.Detector.Builder eventTypeName(String eventTypeName)
The name of the event type.
eventTypeName - The name of the event type.Detector.Builder lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the detector was last updated.
lastUpdatedTime - Timestamp of when the detector was last updated.Detector.Builder createdTime(String createdTime)
Timestamp of when the detector was created.
createdTime - Timestamp of when the detector was created.Detector.Builder arn(String arn)
The detector ARN.
arn - The detector ARN.Copyright © 2021. All rights reserved.