Interface ServerError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServerError.Builder,,ServerError> SdkBuilder<ServerError.Builder,,ServerError> SdkPojo
- Enclosing class:
ServerError
public static interface ServerError.Builder
extends SdkPojo, CopyableBuilder<ServerError.Builder,ServerError>
-
Method Summary
Modifier and TypeMethodDescriptionserverErrorCategory(String serverErrorCategory) The error category of server analysis.serverErrorCategory(ServerErrorCategory serverErrorCategory) The error category of server analysis.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
serverErrorCategory
The error category of server analysis.
- Parameters:
serverErrorCategory- The error category of server analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serverErrorCategory
The error category of server analysis.
- Parameters:
serverErrorCategory- The error category of server analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-