Interface DescribeServiceErrorsResponse.Builder

    • Method Detail

      • serviceErrors

        DescribeServiceErrorsResponse.Builder serviceErrors​(Collection<ServiceError> serviceErrors)

        An array of ServiceError objects that describe the specified service errors.

        Parameters:
        serviceErrors - An array of ServiceError objects that describe the specified service errors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceErrors

        DescribeServiceErrorsResponse.Builder serviceErrors​(ServiceError... serviceErrors)

        An array of ServiceError objects that describe the specified service errors.

        Parameters:
        serviceErrors - An array of ServiceError objects that describe the specified service errors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.