Interface AppUnitError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppUnitError.Builder,
,AppUnitError> SdkBuilder<AppUnitError.Builder,
,AppUnitError> SdkPojo
- Enclosing class:
AppUnitError
@Mutable
@NotThreadSafe
public static interface AppUnitError.Builder
extends SdkPojo, CopyableBuilder<AppUnitError.Builder,AppUnitError>
-
Method Summary
Modifier and TypeMethodDescriptionappUnitErrorCategory
(String appUnitErrorCategory) The category of the error.appUnitErrorCategory
(AppUnitErrorCategory appUnitErrorCategory) The category of the error.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
-
appUnitErrorCategory
The category of the error.
- Parameters:
appUnitErrorCategory
- The category of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
appUnitErrorCategory
The category of the error.
- Parameters:
appUnitErrorCategory
- The category of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-