public static interface MonotonicValues.Builder extends SdkPojo, CopyableBuilder<MonotonicValues.Builder,MonotonicValues>
| Modifier and Type | Method and Description |
|---|---|
MonotonicValues.Builder |
monotonicity(Monotonicity monotonicity)
Indicates the monotonicity of values.
|
MonotonicValues.Builder |
monotonicity(String monotonicity)
Indicates the monotonicity of values.
|
MonotonicValues.Builder |
status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to having monotonic values.
|
MonotonicValues.Builder |
status(String status)
Indicates whether there is a potential data issue related to having monotonic values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonotonicValues.Builder status(String status)
Indicates whether there is a potential data issue related to having monotonic values.
status - Indicates whether there is a potential data issue related to having monotonic values.StatisticalIssueStatus,
StatisticalIssueStatusMonotonicValues.Builder status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to having monotonic values.
status - Indicates whether there is a potential data issue related to having monotonic values.StatisticalIssueStatus,
StatisticalIssueStatusMonotonicValues.Builder monotonicity(String monotonicity)
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
monotonicity - Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.Monotonicity,
MonotonicityMonotonicValues.Builder monotonicity(Monotonicity monotonicity)
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
monotonicity - Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.Monotonicity,
MonotonicityCopyright © 2022. All rights reserved.