Interface BatchError.Builder

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

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

    • arn

      ARN of an IVS resource; e.g., channel.

      Parameters:
      arn - ARN of an IVS resource; e.g., channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      Error code.

      Parameters:
      code - Error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      BatchError.Builder message(String message)

      Error message, determined by the application.

      Parameters:
      message - Error message, determined by the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.