Interface BatchDescribeErrorDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchDescribeErrorDetail.Builder,BatchDescribeErrorDetail>, SdkBuilder<BatchDescribeErrorDetail.Builder,BatchDescribeErrorDetail>, SdkPojo
Enclosing class:
BatchDescribeErrorDetail

public static interface BatchDescribeErrorDetail.Builder extends SdkPojo, CopyableBuilder<BatchDescribeErrorDetail.Builder,BatchDescribeErrorDetail>
  • Method Details

    • errorCode

      The error code returned.

      Parameters:
      errorCode - The error code returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      BatchDescribeErrorDetail.Builder errorMessage(String errorMessage)

      The error message returned.

      Parameters:
      errorMessage - The error message returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.