Interface BatchFailedResultModel.Builder

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