Interface BatchUpdateJobError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUpdateJobError.Builder,,BatchUpdateJobError> SdkBuilder<BatchUpdateJobError.Builder,,BatchUpdateJobError> SdkPojo
- Enclosing class:
BatchUpdateJobError
@Mutable
@NotThreadSafe
public static interface BatchUpdateJobError.Builder
extends SdkPojo, CopyableBuilder<BatchUpdateJobError.Builder,BatchUpdateJobError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.code(BatchUpdateJobErrorCode code) The error code.The farm ID of the job that could not be updated.The job ID of the job that could not be updated.The error message.The queue ID of the job that could not be updated.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 job that could not be updated.
- Parameters:
farmId- The farm ID of the job that could not be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID of the job that could not be updated.
- Parameters:
queueId- The queue ID of the job that could not be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID of the job that could not be updated.
- Parameters:
jobId- The job ID of the job that could not be updated.- 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.
-