Interface UpdatePermissionsResponse.Builder

    • Method Detail

      • errors

        UpdatePermissionsResponse.Builder errors​(Collection<UpdateError> errors)

        An array of structures that contain the errors from the operation, if any.

        Parameters:
        errors - An array of structures that contain the errors from the operation, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        UpdatePermissionsResponse.Builder errors​(UpdateError... errors)

        An array of structures that contain the errors from the operation, if any.

        Parameters:
        errors - An array of structures that contain the errors from the operation, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.