Interface AnomalyDetectorStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnomalyDetectorStatus.Builder,,AnomalyDetectorStatus> SdkBuilder<AnomalyDetectorStatus.Builder,,AnomalyDetectorStatus> SdkPojo
- Enclosing class:
AnomalyDetectorStatus
@Mutable
@NotThreadSafe
public static interface AnomalyDetectorStatus.Builder
extends SdkPojo, CopyableBuilder<AnomalyDetectorStatus.Builder,AnomalyDetectorStatus>
-
Method Summary
Modifier and TypeMethodDescriptionstatusCode(String statusCodeValue) The status code of the anomaly detector.statusCode(AnomalyDetectorStatusCode statusCodeValue) The status code of the anomaly detector.statusReason(String statusReason) A description of the current status of the anomaly detector.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
statusCode
The status code of the anomaly detector.
- Parameters:
statusCodeValue- The status code of the anomaly detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
The status code of the anomaly detector.
- Parameters:
statusCodeValue- The status code of the anomaly detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
A description of the current status of the anomaly detector.
- Parameters:
statusReason- A description of the current status of the anomaly detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-