Interface BatchDeleteError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteError.Builder,,BatchDeleteError> SdkBuilder<BatchDeleteError.Builder,,BatchDeleteError> SdkPojo
- Enclosing class:
BatchDeleteError
@Mutable
@NotThreadSafe
public static interface BatchDeleteError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteError.Builder,BatchDeleteError>
-
Method Summary
Modifier and TypeMethodDescriptionError code indicating the type of failure.code(BatchDeleteErrorCode code) Error code indicating the type of failure.Descriptive error message.resourceArn(String resourceArn) ARN of the configuration that failed to delete.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
-
resourceArn
ARN of the configuration that failed to delete.
- Parameters:
resourceArn- ARN of the configuration that failed to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
Error code indicating the type of failure.
- Parameters:
code- Error code indicating the type of failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
Error code indicating the type of failure.
- Parameters:
code- Error code indicating the type of failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
Descriptive error message.
- Parameters:
message- Descriptive error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-