Interface ServerError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServerError.Builder,
,ServerError> SdkBuilder<ServerError.Builder,
,ServerError> SdkPojo
- Enclosing class:
ServerError
@Mutable
@NotThreadSafe
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
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
-
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:
-