Interface BatchDeleteEvaluationJobError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteEvaluationJobError.Builder,,BatchDeleteEvaluationJobError> SdkBuilder<BatchDeleteEvaluationJobError.Builder,,BatchDeleteEvaluationJobError> SdkPojo
- Enclosing class:
BatchDeleteEvaluationJobError
@Mutable
@NotThreadSafe
public static interface BatchDeleteEvaluationJobError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteEvaluationJobError.Builder,BatchDeleteEvaluationJobError>
-
Method Summary
Modifier and TypeMethodDescriptionA HTTP status code of the evaluation job being deleted.jobIdentifier(String jobIdentifier) The ARN of the evaluation job being deleted.A status message about the evaluation job deletion.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
-
jobIdentifier
The ARN of the evaluation job being deleted.
- Parameters:
jobIdentifier- The ARN of the evaluation job being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
A HTTP status code of the evaluation job being deleted.
- Parameters:
code- A HTTP status code of the evaluation job being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A status message about the evaluation job deletion.
- Parameters:
message- A status message about the evaluation job deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-