Interface NoData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NoData.Builder,,NoData> SdkBuilder<NoData.Builder,,NoData> SdkPojo
- Enclosing class:
NoData
@Mutable
@NotThreadSafe
public static interface NoData.Builder
extends SdkPojo, CopyableBuilder<NoData.Builder,NoData>
-
Method Summary
Modifier and TypeMethodDescriptionThe state to report when an evaluation produces no data.treatAs(AlertState treatAs) The state to report when an evaluation produces no data.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
-
treatAs
The state to report when an evaluation produces no data.
- Parameters:
treatAs- The state to report when an evaluation produces no data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
treatAs
The state to report when an evaluation produces no data.
- Parameters:
treatAs- The state to report when an evaluation produces no data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-