Interface BatchDeleteAdvancedPromptOptimizationJobError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteAdvancedPromptOptimizationJobError.Builder,,BatchDeleteAdvancedPromptOptimizationJobError> SdkBuilder<BatchDeleteAdvancedPromptOptimizationJobError.Builder,,BatchDeleteAdvancedPromptOptimizationJobError> SdkPojo
- Enclosing class:
BatchDeleteAdvancedPromptOptimizationJobError
@Mutable
@NotThreadSafe
public static interface BatchDeleteAdvancedPromptOptimizationJobError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteAdvancedPromptOptimizationJobError.Builder,BatchDeleteAdvancedPromptOptimizationJobError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code for the deletion failure.jobIdentifier(String jobIdentifier) The identifier of the job that could not be deleted.A message describing the error.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 identifier of the job that could not be deleted.
- Parameters:
jobIdentifier- The identifier of the job that could not be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code for the deletion failure.
- Parameters:
code- The error code for the deletion failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message describing the error.
- Parameters:
message- A message describing the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-