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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteEvaluationJobError.Buildercode(String code)A HTTP status code of the evaluation job being deleted.BatchDeleteEvaluationJobError.BuilderjobIdentifier(String jobIdentifier)The ARN of the evaluation job being deleted.BatchDeleteEvaluationJobError.Buildermessage(String message)A status message about the evaluation job deletion.-
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 Detail
-
jobIdentifier
BatchDeleteEvaluationJobError.Builder jobIdentifier(String 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
BatchDeleteEvaluationJobError.Builder code(String 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
BatchDeleteEvaluationJobError.Builder message(String 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.
-
-