Interface AppUnitError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppUnitError.Builder,AppUnitError>,SdkBuilder<AppUnitError.Builder,AppUnitError>,SdkPojo
- Enclosing class:
- AppUnitError
public static interface AppUnitError.Builder extends SdkPojo, CopyableBuilder<AppUnitError.Builder,AppUnitError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppUnitError.BuilderappUnitErrorCategory(String appUnitErrorCategory)The category of the error.AppUnitError.BuilderappUnitErrorCategory(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 Detail
-
appUnitErrorCategory
AppUnitError.Builder appUnitErrorCategory(String 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,AppUnitErrorCategory
-
appUnitErrorCategory
AppUnitError.Builder appUnitErrorCategory(AppUnitErrorCategory 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,AppUnitErrorCategory
-
-