Interface BatchFailedResultModel.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchFailedResultModel.Builder,
,BatchFailedResultModel> SdkBuilder<BatchFailedResultModel.Builder,
,BatchFailedResultModel> SdkPojo
- Enclosing class:
BatchFailedResultModel
@Mutable
@NotThreadSafe
public static interface BatchFailedResultModel.Builder
extends SdkPojo, CopyableBuilder<BatchFailedResultModel.Builder,BatchFailedResultModel>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the resourceError code for the failed operationID of the resourceError message for the failed operationMethods 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 Details
-
arn
ARN of the resource- Parameters:
arn
- ARN of the resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
Error code for the failed operation- Parameters:
code
- Error code for the failed operation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ID of the resource- Parameters:
id
- ID of the resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
Error message for the failed operation- Parameters:
message
- Error message for the failed operation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-