public static interface DeletionWarning.Builder extends SdkPojo, CopyableBuilder<DeletionWarning.Builder,DeletionWarning>
| Modifier and Type | Method and Description |
|---|---|
DeletionWarning.Builder |
configurationId(String configurationId)
The unique identifier of the configuration that produced a warning.
|
DeletionWarning.Builder |
warningCode(Integer warningCode)
The integer warning code associated with the warning message.
|
DeletionWarning.Builder |
warningText(String warningText)
A descriptive message of the warning the associated configuration ID produced.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletionWarning.Builder configurationId(String configurationId)
The unique identifier of the configuration that produced a warning.
configurationId - The unique identifier of the configuration that produced a warning.DeletionWarning.Builder warningCode(Integer warningCode)
The integer warning code associated with the warning message.
warningCode - The integer warning code associated with the warning message.DeletionWarning.Builder warningText(String warningText)
A descriptive message of the warning the associated configuration ID produced.
warningText - A descriptive message of the warning the associated configuration ID produced.Copyright © 2023. All rights reserved.