Interface DetectorModelSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectorModelSummary.Builder,
,DetectorModelSummary> SdkBuilder<DetectorModelSummary.Builder,
,DetectorModelSummary> SdkPojo
- Enclosing class:
DetectorModelSummary
public static interface DetectorModelSummary.Builder
extends SdkPojo, CopyableBuilder<DetectorModelSummary.Builder,DetectorModelSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time the detector model was created.detectorModelDescription
(String detectorModelDescription) A brief description of the detector model.detectorModelName
(String detectorModelName) The name of the detector model.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.
-
detectorModelDescription
A brief description of the detector model.
- Parameters:
detectorModelDescription
- A brief description of the detector model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time the detector model was created.
- Parameters:
creationTime
- The time the detector model was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-