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 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.