Interface AnomalyDetectorSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnomalyDetectorSummary.Builder,AnomalyDetectorSummary>,SdkBuilder<AnomalyDetectorSummary.Builder,AnomalyDetectorSummary>,SdkPojo
- Enclosing class:
- AnomalyDetectorSummary
public static interface AnomalyDetectorSummary.Builder extends SdkPojo, CopyableBuilder<AnomalyDetectorSummary.Builder,AnomalyDetectorSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnomalyDetectorSummary.BuilderanomalyDetectorArn(String anomalyDetectorArn)The ARN of the detector.AnomalyDetectorSummary.BuilderanomalyDetectorDescription(String anomalyDetectorDescription)A description of the detector.AnomalyDetectorSummary.BuilderanomalyDetectorName(String anomalyDetectorName)The name of the detector.AnomalyDetectorSummary.BuildercreationTime(Instant creationTime)The time at which the detector was created.AnomalyDetectorSummary.BuilderlastModificationTime(Instant lastModificationTime)The time at which the detector was last modified.AnomalyDetectorSummary.Builderstatus(String status)The status of detector.AnomalyDetectorSummary.Builderstatus(AnomalyDetectorStatus status)The status of detector.AnomalyDetectorSummary.Buildertags(Map<String,String> tags)The detector's tags.-
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
-
anomalyDetectorArn
AnomalyDetectorSummary.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
- Parameters:
anomalyDetectorArn- The ARN of the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyDetectorName
AnomalyDetectorSummary.Builder anomalyDetectorName(String anomalyDetectorName)
The name of the detector.
- Parameters:
anomalyDetectorName- The name of the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyDetectorDescription
AnomalyDetectorSummary.Builder anomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
- Parameters:
anomalyDetectorDescription- A description of the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
AnomalyDetectorSummary.Builder creationTime(Instant creationTime)
The time at which the detector was created.
- Parameters:
creationTime- The time at which the detector was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
AnomalyDetectorSummary.Builder lastModificationTime(Instant lastModificationTime)
The time at which the detector was last modified.
- Parameters:
lastModificationTime- The time at which the detector was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AnomalyDetectorSummary.Builder status(String status)
The status of detector.
- Parameters:
status- The status of detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnomalyDetectorStatus,AnomalyDetectorStatus
-
status
AnomalyDetectorSummary.Builder status(AnomalyDetectorStatus status)
The status of detector.
- Parameters:
status- The status of detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnomalyDetectorStatus,AnomalyDetectorStatus
-
-