Interface InsightsFailureSignal.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InsightsFailureSignal.Builder,,InsightsFailureSignal> SdkBuilder<InsightsFailureSignal.Builder,,InsightsFailureSignal> SdkPojo
- Enclosing class:
InsightsFailureSignal
@Mutable
@NotThreadSafe
public static interface InsightsFailureSignal.Builder
extends SdkPojo, CopyableBuilder<InsightsFailureSignal.Builder,InsightsFailureSignal>
-
Method Summary
Modifier and TypeMethodDescriptionThe failure category classification for this signal.category(InsightsFailureCategory category) The failure category classification for this signal.confidence(Double confidence) The confidence score of the failure detection.The evidence supporting the failure detection.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
-
category
The failure category classification for this signal.
- Parameters:
category- The failure category classification for this signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
The failure category classification for this signal.
- Parameters:
category- The failure category classification for this signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evidence
The evidence supporting the failure detection.
- Parameters:
evidence- The evidence supporting the failure detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confidence
The confidence score of the failure detection.
- Parameters:
confidence- The confidence score of the failure detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-