Interface BatchFailedResultModel.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchFailedResultModel.Builder,BatchFailedResultModel>,SdkBuilder<BatchFailedResultModel.Builder,BatchFailedResultModel>,SdkPojo
- Enclosing class:
- BatchFailedResultModel
public static interface BatchFailedResultModel.Builder extends SdkPojo, CopyableBuilder<BatchFailedResultModel.Builder,BatchFailedResultModel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchFailedResultModel.Builderarn(String arn)ARN of the resourceBatchFailedResultModel.Buildercode(String code)Error code for the failed operationBatchFailedResultModel.Builderid(String id)ID of the resourceBatchFailedResultModel.Buildermessage(String message)Error message for the failed operation-
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, sdkFields
-
-
-
-
Method Detail
-
arn
BatchFailedResultModel.Builder arn(String 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
BatchFailedResultModel.Builder code(String 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
BatchFailedResultModel.Builder id(String 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
BatchFailedResultModel.Builder message(String 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.
-
-