Interface DetectorModelVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectorModelVersionSummary.Builder,
,DetectorModelVersionSummary> SdkBuilder<DetectorModelVersionSummary.Builder,
,DetectorModelVersionSummary> SdkPojo
- Enclosing class:
DetectorModelVersionSummary
public static interface DetectorModelVersionSummary.Builder
extends SdkPojo, CopyableBuilder<DetectorModelVersionSummary.Builder,DetectorModelVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time the detector model version was created.detectorModelArn
(String detectorModelArn) The ARN of the detector model version.detectorModelName
(String detectorModelName) The name of the detector model.detectorModelVersion
(String detectorModelVersion) The ID of the detector model version.evaluationMethod
(String evaluationMethod) Information about the order in which events are evaluated and how actions are executed.evaluationMethod
(EvaluationMethod evaluationMethod) Information about the order in which events are evaluated and how actions are executed.lastUpdateTime
(Instant lastUpdateTime) The last time the detector model version was updated.The ARN of the role that grants the detector model permission to perform its tasks.The status of the detector model version.status
(DetectorModelVersionStatus status) The status of the detector model version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
detectorModelName
The name of the detector model.
- Parameters:
detectorModelName
- The name of the detector model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorModelVersion
The ID of the detector model version.
- Parameters:
detectorModelVersion
- The ID of the detector model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorModelArn
The ARN of the detector model version.
- Parameters:
detectorModelArn
- The ARN of the detector model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The ARN of the role that grants the detector model permission to perform its tasks.
- Parameters:
roleArn
- The ARN of the role that grants the detector model permission to perform its tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time the detector model version was created.
- Parameters:
creationTime
- The time the detector model version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
The last time the detector model version was updated.
- Parameters:
lastUpdateTime
- The last time the detector model version was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the detector model version.
- Parameters:
status
- The status of the detector model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the detector model version.
- Parameters:
status
- The status of the detector model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluationMethod
Information about the order in which events are evaluated and how actions are executed.
- Parameters:
evaluationMethod
- Information about the order in which events are evaluated and how actions are executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluationMethod
Information about the order in which events are evaluated and how actions are executed.
- Parameters:
evaluationMethod
- Information about the order in which events are evaluated and how actions are executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-