Interface FailedConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedConfiguration.Builder,
,FailedConfiguration> SdkBuilder<FailedConfiguration.Builder,
,FailedConfiguration> SdkPojo
- Enclosing class:
FailedConfiguration
@Mutable
@NotThreadSafe
public static interface FailedConfiguration.Builder
extends SdkPojo, CopyableBuilder<FailedConfiguration.Builder,FailedConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationId
(String configurationId) The unique identifier of the configuration the failed to delete.errorMessage
(String errorMessage) A descriptive message indicating why the associated configuration failed to delete.errorStatusCode
(Integer errorStatusCode) The integer error code associated with the error message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
configurationId
The unique identifier of the configuration the failed to delete.
- Parameters:
configurationId
- The unique identifier of the configuration the failed to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorStatusCode
The integer error code associated with the error message.
- Parameters:
errorStatusCode
- The integer error code associated with the error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
A descriptive message indicating why the associated configuration failed to delete.
- Parameters:
errorMessage
- A descriptive message indicating why the associated configuration failed to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-