public static interface Warning.Builder extends SdkPojo, CopyableBuilder<Warning.Builder,Warning>
| Modifier and Type | Method and Description |
|---|---|
Warning.Builder |
code(String code)
The code used to show the type of warning for the query.
|
Warning.Builder |
code(WarningCode code)
The code used to show the type of warning for the query.
|
Warning.Builder |
message(String message)
The message that explains the problem with the query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWarning.Builder message(String message)
The message that explains the problem with the query.
message - The message that explains the problem with the query.Warning.Builder code(String code)
The code used to show the type of warning for the query.
code - The code used to show the type of warning for the query.WarningCode,
WarningCodeWarning.Builder code(WarningCode code)
The code used to show the type of warning for the query.
code - The code used to show the type of warning for the query.WarningCode,
WarningCodeCopyright © 2023. All rights reserved.