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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectorModelSummary.BuildercreationTime(Instant creationTime)The time the detector model was created.DetectorModelSummary.BuilderdetectorModelDescription(String detectorModelDescription)A brief description of the detector model.DetectorModelSummary.BuilderdetectorModelName(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 Detail
-
detectorModelName
DetectorModelSummary.Builder detectorModelName(String 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
DetectorModelSummary.Builder detectorModelDescription(String 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
DetectorModelSummary.Builder creationTime(Instant 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.
-
-