Interface BatchGetWorkerError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetWorkerError.Builder,,BatchGetWorkerError> SdkBuilder<BatchGetWorkerError.Builder,,BatchGetWorkerError> SdkPojo
- Enclosing class:
BatchGetWorkerError
@Mutable
@NotThreadSafe
public static interface BatchGetWorkerError.Builder
extends SdkPojo, CopyableBuilder<BatchGetWorkerError.Builder,BatchGetWorkerError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.code(BatchGetWorkerErrorCode code) The error code.The farm ID of the worker that could not be retrieved.The fleet ID of the worker that could not be retrieved.The error message.The worker ID of the worker that could not be retrieved.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, sdkFieldNameToField, sdkFields
-
Method Details
-
farmId
The farm ID of the worker that could not be retrieved.
- Parameters:
farmId- The farm ID of the worker that could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetId
The fleet ID of the worker that could not be retrieved.
- Parameters:
fleetId- The fleet ID of the worker that could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workerId
The worker ID of the worker that could not be retrieved.
- Parameters:
workerId- The worker ID of the worker that could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The error message.
- Parameters:
message- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-