public static interface FailedConfiguration.Builder extends SdkPojo, CopyableBuilder<FailedConfiguration.Builder,FailedConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FailedConfiguration.Builder |
configurationId(String configurationId)
The unique identifier of the configuration the failed to delete.
|
FailedConfiguration.Builder |
errorMessage(String errorMessage)
A descriptive message indicating why the associated configuration failed to delete.
|
FailedConfiguration.Builder |
errorStatusCode(Integer errorStatusCode)
The integer error code associated with the error message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailedConfiguration.Builder configurationId(String configurationId)
The unique identifier of the configuration the failed to delete.
configurationId - The unique identifier of the configuration the failed to delete.FailedConfiguration.Builder errorStatusCode(Integer errorStatusCode)
The integer error code associated with the error message.
errorStatusCode - The integer error code associated with the error message.FailedConfiguration.Builder errorMessage(String errorMessage)
A descriptive message indicating why the associated configuration failed to delete.
errorMessage - A descriptive message indicating why the associated configuration failed to delete.Copyright © 2023. All rights reserved.